js传值

//传值
$('.choose li').click(function(){
    //alert('z');
     $("#address").empty().prepend($(this).text());
})

posted @ 2016-02-01 17:22  简单就好zyx  阅读(150)  评论(0编辑  收藏  举报