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

WBOY
Release: 2016-05-16 16:57:31
Original
1020 people have browsed it
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
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template