Home  >  Article  >  Web Front-end  >  Simple code for jquery win 7 transparent pop-up layer effect_jquery

Simple code for jquery win 7 transparent pop-up layer effect_jquery

WBOY
WBOYOriginal
2016-05-16 17:26:401073browse
Copy code The code is as follows:

$("#firefoxicon").click(function() {
$("#window1").chinaz({
windowtitle: "firefox",
windowpositiontop: "center",
windowpositionleft: "center",
windowwidth: 500,
windowheight: 500,
windowanimation: "easeoutcubic"
});
}); , and pop-up mode. A very good jquery pop-up layer effect
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn