Veuillez télécharger la bibliothèque jQuery avant d'utiliser ce code de forgeage
Copier le code du code comme suit:
Var maskStackCount = 0;
Masque de fonction (méthode) {
// Voici la fenêtre que vous souhaitez faire un masque.
varwinobj = window.top.
If (typeof méthode == "Undefined") {{{
Méthode = "open";
}
if (méthode == "open") {
if (maskstackcount <= 0) {
var mask = $ ("<div id = 'window-mask' class = 'window-mask' style = 'affiche: non'> </div>").
mask.css ({{
Largeur: winoBj.Width () + "PX",
hauteur: winobj.height () + "px",
Filtre: "Alpha (opacité = 60)"
}). Montrer ();
Winobj.on ("redimensi.mask", function () {
mask.css ({{
Largeur: winoBj.Width () + "PX",
hauteur: winobj.height () + "px"
});
});
}
MaskStackCount ++;
}
Else if (méthode == "close") {{
MaskstackCount-;
$ ("#window -amask").
WinOBJ.off ("Resize.mask");
}
}