摘要: 不用等图片上传到服务器就可以预览上传图片的代码(blob对象) 部分html代码 <input type="file" id="upload" accept="image/*" name="file" /> <div id="showFile"></div> js代码 $("#upload").on 阅读全文
posted @ 2017-06-23 10:52 MrLuo 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 在移动端开发中,当你想进行点击事件委托时,你会发现在safari根本不起作用,这是Safari浏览器的引擎不同吧。有兴趣可以看看这边文章《click delegation on the iPhone》。 解决方法1:在其他元素(这元素没有事件)添加点击事件。e.g 阅读全文
posted @ 2017-06-23 10:40 MrLuo 阅读(2093) 评论(0) 推荐(0) 编辑