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