用Jquery重写windows.alert方法实现思路_jquery:已经在 IE8 , firefox3.0.11下面测试通过 代码如下: $.extend({ includePath: '', include: function(file) { var files = typeof file == string [file] : file; for (var i = 0; i { var name
导读用Jquery重写windows.alert方法实现思路_jquery:已经在 IE8 , firefox3.0.11下面测试通过 代码如下: $.extend({ includePath: '', include: function(file) { var files = typeof file == string [file] : file; for (var i = 0; i { var name
已经在 IE8 , firefox3.0.11下面测试通过 代码如下: $.extend({ includePath: '', include: function(file) { var files = typeof file == "string" ? [file] : file; for (var i = 0; i < files.length; i++) { var name = files[i].replace(/^\s|\s$/g, ""); var att = name.split('.'); var ext = att[att.length - 1].toLowerCase(); var isCSS = ext == "css"; var tag = isCSS ? "link" : "script"; var attr = isCSS ? " type='text/css' rel='stylesheet' " : " language='javascript' type='text/javascript' "; var link = (isCSS ? "href" : "src") + "='" + $.includePath + name + "'"; if ($(tag + "[" + link + "]").length == 0) document.write("<" + tag + attr + link + ">" + tag + ">"); } } }); $.include(['script/jquery.divbox.js','/css/pop_win.css']); $(document).ready(function() { var IsFirstAlert = true; var alertQueue = []; window.alert = showAlert; var divalert = ""; divalert += ""; divalert += " "; divalert += " "; divalert += "
用Jquery重写windows.alert方法实现思路_jquery:已经在 IE8 , firefox3.0.11下面测试通过 代码如下: $.extend({ includePath: '', include: function(file) { var files = typeof file == string [file] : file; for (var i = 0; i { var name