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