How jquery and js hide and display divs

Source: Internet
Author: User
Jquery and js can respectively hide and display divs in different ways. jquery's show and show; this document describes how to hide and display p in jquery and js.

Jquery and js can respectively hide and display p in different ways. jquery's show and show; js's hidden and visible

JQuery shows and hides p:

Display:

The Code is as follows:

$ ("# Id"). show ()


Hide:

The Code is as follows:

$ ("# Id"). show ()

Js to show and hide p:

The visibility of p can control the display and hiding of p, but the page is blank after it is hidden.

The Code is as follows:

Style = "visibility: none;" document. getElementById ("typep1 "). style. visibility = "hidden"; // hide document. getElementById ("typep1 "). style. visibility = "visible"; // display


You can hide p by setting the display attribute to release the occupied page space, as shown below:

The Code is as follows:

Style = "display: none;" document. getElementById ("typep1 "). style. display = "none"; // hide document. getElementById ("typep1 "). style. display = ""; // display

The above section details how jquery and js can hide and display Divs. For more information, see other related articles in the first PHP community!

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.