学习网址

来源:互联网 发布:淘宝图片包是什么 编辑:程序博客网 时间:2024/05/01 11:31

淘宝ued:http://ued.taobao.org/blog/category/bowen/frontend/

rundoob:http://www.runoob.com/


nodejs  angularjs  bootstrap 前端mvc


动态加载 HTML  添加click事件:delegate  

 $(".alphabet-city-list").delegate('a', 'click', function () {
                    var m = $(this).html();
                    var n = $(this).attr("data-citycode");
                    $(".city1").val(m);
                    $(".city1").attr("data-code",n);


                    $(".page-1-1").show();
                    $(".page-city").hide();
            });

0 0
原创粉丝点击