国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

用Jquery重寫windows.alert方法實現思路

2024-05-06 14:18:59
字體:
來源:轉載
供稿:網友
已經在 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 += "<div style=/"width:380px; height:180px; overflow:hidden;display:none/" id=/"divAlert/">";
divalert += " <div class=/"win_c/">";
divalert += " <div class=/"win_t/" id=/"/">";
divalert += " <div class=/"mail_timg/" ><h3>TITLE<//h3><//div>";
divalert += " <div class=/"clear/"><//div>";
divalert += " <//div>";
divalert += " <div class=/"alrt2/" style=/"text-align:center/">";
divalert += " <span id=/"spaAlertMessage/" class=/"f14 ifont/"><//span><br //>";
divalert += " <div class=/"clear/"><//div>";
divalert += " <//div>";
divalert += " <p class=/"Acenter/"><input id='alertClose' type=/"button/" value=/"確定/" class=/"btn7/" //>    <input type=/"reset/" value=/"取消/" style=/"display:none/" class=/"btn8/" //><br //><br //><//p>";
divalert += " <p> <//p>";
divalert += " <//div>";
divalert += " ";
divalert += "<//div>";
$("body").append(divalert);
function showAlert(info)
{
alertQueue.push(info);
if (IsFirstAlert)
{
IsFirstAlert = false;
OpenAlert();
}
}
$("#alertClose").click(function()
{
$('#divAlert').CloseDiv()
if (alertQueue.length > 0)
{
setTimeout(OpenAlert, 150);
}
});
function OpenAlert()
{
$("#spaAlertMessage").html(alertQueue[0]);
alertQueue.splice(0, 1);
$("#divAlert").OpenDiv();
}
});

注:以上引用js與CSS的jquery插件
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 沅江市| 神池县| 仲巴县| 尉犁县| 澄江县| 嫩江县| 冀州市| 苗栗县| 甘泉县| 扬州市| 扶余县| 衡东县| 桐城市| 奉化市| 军事| 荣成市| 资溪县| 邮箱| 修文县| 临城县| 阳江市| 朝阳县| 夏河县| 兴山县| 丽江市| 绥德县| 丹东市| 鹤峰县| 合山市| 邓州市| 孝感市| 贵州省| 大悟县| 交口县| 垣曲县| 安陆市| 百色市| 岳阳县| 左权县| 垣曲县| 黔西|