摘要: 一、新建一个文件夹,用来放插件的代码二、首先新建配置文件manifest.json 1 // 开发参考:http://open.chrome.360.cn/extension_dev/overview.html 2 // 字段说明参考:http://open.chrome.360.cn/extens... 阅读全文
posted @ 2015-12-25 21:22 luckystar9 阅读(2407) 评论(3) 推荐(4) 编辑
摘要: 使用zepto库,有如下dom1 2 3 点我有惊喜4 5 View Code以上div内的节点是后续生成的,通过on绑定事件:1 $('#J_parent').on('tap', 'span', function(e){2 ... 阅读全文
posted @ 2015-06-12 18:29 luckystar9 阅读(403) 评论(0) 推荐(1) 编辑