摘要: 1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2. 隐藏搜索文本框文字Hide when clicked in the search fie 阅读全文
posted @ 2016-05-20 11:16 rain92 阅读(114) 评论(0) 推荐(0) 编辑