Home >Web Front-end >JS Tutorial >A simple example of jquery implementing pop-up layer masking effect_jquery

A simple example of jquery implementing pop-up layer masking effect_jquery

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 16:57:311023browse
Copy code The code is as follows:

";
var content4 = "
Advanced Search
"
"Username: "
"

Email: "
"

Unit: "
"

Phone: "
"

Mobile phone: < ;input type='text'id='mobile'/>"
"
< ;input type='button' onclick='UserSuperSearch()' value='OK'/>"
"
";
T$('click_test4').onclick = function() {
//Where click_test4 is the button id above
//content4 is the content above the div to be displayed
TINY.box.show(content4, 0, 350, 250, 0);
};

Additionally supported js file download address: Click to download
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