摘要: $(".menu-1 ").on('touchstart',function () { var colorDom = $(".menu-1").css("color") console.log($(".menu-1").css("color"),"收缩") if( colorDom == 'rgb( 阅读全文
posted @ 2019-05-31 15:58 de玻璃 阅读(317) 评论(0) 推荐(0) 编辑
摘要: $('.menu-1').click(function(){ if($('.menu-1-child').is(':hidden')) { $('.menu-1-child').slideDown('slow'); $(this).text('收起'); console.log($(this).te 阅读全文
posted @ 2019-05-31 14:57 de玻璃 阅读(278) 评论(0) 推荐(0) 编辑
摘要: touchstart : 当手指触摸到屏幕会触发; touchmove : 当手指在屏幕上移动时,会触发; touchend : 当手指离开屏幕时,会触发; $(".menu-o").on("touchstart",function () { console.log("233") }) $(".me 阅读全文
posted @ 2019-05-31 14:14 de玻璃 阅读(466) 评论(0) 推荐(0) 编辑