移动端$(document) click不管事, 使用touchend

$(document).on('touchend',function(e){
        if(!$('.menuIcon')[0].contains(e.target)){
            if(flag == 0){
                $('.navMenu').slideUp();
                flag = 1;
            }
        }
    })

 

posted @ 2017-10-16 11:06  糖糖部落  阅读(436)  评论(0编辑  收藏  举报