摘要: 收集的35个 jQuery 小技巧/代码片段,可以帮你快速开发.1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2.... 阅读全文
posted @ 2015-11-06 13:40 轻舞飞沙 阅读(343) 评论(0) 推荐(0) 编辑