
JS
草莓蛋糕冰激凌
这个作者很懒,什么都没留下…
展开
-
HTML页面定义的方法无法调用:ReferenceError:XX is not defined
页面的js函数,放到引入的css和js之前,不要放到最后原创 2020-05-18 09:41:51 · 831 阅读 · 0 评论 -
js设置变形select选项(thymeleaf)
function operateIpList(oper){ if(oper == "add"){ var swords = $.trim($("#allowIPs").val()); if(swords == ""){ showInfo("请输入IP。", function(){$("#allowIPs").focus();}); return false; ...原创 2018-03-08 16:54:46 · 1469 阅读 · 0 评论 -
JS验证
验证input类型的邮箱地址格式: //验证邮箱地址 $("#sys_system_adminEmail").on("input propertychange",function(){ var patrn = /^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/; ...原创 2018-03-08 16:03:18 · 172 阅读 · 0 评论