摘要: 收集的35个 jQuery 小技巧/代码片段,可以帮你快速开发.1. 禁止右键点击?12345$(document).ready(function(){$(document).bind("contextmenu",function(e){returnfalse;});});2. 隐藏搜索文本框文字?... 阅读全文
posted @ 2015-11-09 16:58 小蚕豆 阅读(218) 评论(0) 推荐(0) 编辑