formValidator onshowhtml is not define
将这一段JS去掉,它是以ajax的方式加载的JS,有些浏览器不允许这样访问JS:
1 $.ajax({async:false,type: "GET",url: "../js/theme.js",dataType: "script", 2 error :function(){alert('当前皮肤加载出错,请确认皮肤【'+settings.theme+'】是否存在')} 3 });
直接在要验证的页面导入样式JS:
1 <script src="../js/theme.js" type="text/javascript" charset="UTF-8"></script>
!!!转发请注明出处和作者名称。
!!!转发请注明出处和作者名称。
!!!转发请注明出处和作者名称。
重要的事,说三遍。