随笔分类 -  CSS中的疑难杂症

摘要:两个都加上:vertical-align:top; 阅读全文
posted @ 2016-12-30 12:58 ——暗涌 阅读(7622) 评论(0) 推荐(2)
摘要:移动端iOS点击闪烁 1. $("#id").bind("touchstart click",function(e){ 2. e.stopPropagation() 3. if(e.originalEvent.touches){ 4. //touch 移动端事件处理 5. return false; 阅读全文
posted @ 2016-11-26 19:06 ——暗涌 阅读(757) 评论(0) 推荐(0)