摘要: 移动端用zepto做的页面,突然发现on绑定的click事件并没有触发,代码如下: 我把此写法改成非事件委托的方式,发现该click事件就能触发 最后$(document)换成$('body')或者$('ul')试试,实验结果是: $(document) 不行 $(‘body') 不行 $(‘ul' 阅读全文
posted @ 2017-10-18 20:36 Jade_g 阅读(409) 评论(0) 推荐(0) 编辑
摘要: if(getCookie('guide') == 'true'){ window.location.href='' } else { setCookie('guide','true'); } function getCookie(name) ... 阅读全文
posted @ 2017-10-18 14:04 Jade_g 阅读(327) 评论(0) 推荐(0) 编辑
摘要: css: 阅读全文
posted @ 2017-10-18 13:47 Jade_g 阅读(1381) 评论(1) 推荐(0) 编辑