摘要:
// var urlstr = location.href; // var urlstatus=false; // $("#nav ul li a").each(function () { // if ((urlstr + '/').indexOf($(this).attr('href')) > - 阅读全文
摘要:
1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });});2. 隐藏搜索文本框文字Hide when clicked in the search ... 阅读全文