摘要: var git = { //true表示格式正确 checkEmail: function (str) { if (str.match(/[A-Za-z0-9_-]+[@](\S*)(net|com|cn|org|cc|tv|[0-9]{1,3})(\S*)/g) == null) { return 阅读全文
posted @ 2020-08-01 11:59 明天会好 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });}); 2. 隐藏搜索文本框文字Hide when clicked in the search fi 阅读全文
posted @ 2020-08-01 09:32 明天会好 阅读(137) 评论(0) 推荐(0) 编辑