2015年11月16日

35个jQuery小技巧(转)

摘要: 1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2. 隐藏搜索文本框文字Hide when clicked in the search ... 阅读全文

posted @ 2015-11-16 15:08 陌上桑人 阅读(96) 评论(0) 推荐(0) 编辑

导航