Jq implementation click the pop-up box code, jq click the pop-up code

Source: Internet
Author: User

Jq implementation click the pop-up box code, jq click the pop-up code

Don't talk nonsense. paste the code first.

<Script> function showBg () {// defines the showBg function var bh = $ ("body "). height (); // obtain the height of the entire body (browser window) and assign it to bh var bw = $ ("body "). width (); // obtain the width of the entire body (browser window) and assign it to bw $ ("# fullbg" ).css ({// use the JQ css () event, add the attribute height: bh, width: bw, display: "block"} to the selected node ("# fullbg"); $ ("# dialog "). show (); // and let the node ("dialog") show () out} function closeBg () {$ ("# fullbg, # dialog "). hide (); // close the pop-up using the hide () method} </script>

The explanation is clear.

 

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.