A simple example of how jquery implements the pop-up mask effect _jquery

Source: Internet
Author: User
Copy Code code as follows:

<input type= "button" value= "Advanced Search id=" Click_test4 "/>";
var content4 = "<center> Advanced search </center><form action= ' method= ' post ' id= ' Formusersupersearch ' >"
+ Username: <input type= ' text ' name= ' username ' id= ' username ' > '
+ "<br/><br/> e-mail: <input type= ' text ' id= ' email '/>"
+ "<br/><br/>: <input type= ' text ' id= ' unit '/>"
+ "<br/><br/> Tel: <input type= ' text ' id= ' tel '/>"
+ <br/><br/> Mobile: <input type= ' text ' id= ' mobile '/> '
+ "<br/><input type= ' button ' onclick= ' Usersupersearche () ' value= ' Cancel '/><input type= ' button ' onclick= ' Usersupersearch () ' value= ' OK '/> '
+ "</form>";
t$ (' Click_test4 '). onclick = function () {
Where Click_test4 is the button ID above
Content4 the contents of the div to be displayed
TINY.box.show (content4, 0, 350, 250, 0);
};

Also support the JS file download address: Click to download

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.