码迷,mamicode.com
首页 > Web开发 > 详细

jquery组织默认滑动

时间:2016-01-18 17:30:55      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

        $(".swiper-slide").click(function(){

            var index = imgarr[$(this).index()];
            var content = "<img class=‘a‘ src="+index+" />";
            $(".mengceng").show();
            $(".model").html(content).show();
            $("body").bind("touchmove", foo);
        });

        $(".mengceng").click(function(){
            $(".mengceng").hide();
            $("body").unbind("touchmove", foo);
        });
1     function foo(e){
2         e.preventDefault();
3     }

 

jquery组织默认滑动

标签:

原文地址:http://www.cnblogs.com/suoking/p/5139828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!