How to obtain the width of a hidden element and the width of a hidden element

Source: Internet
Author: User

How to obtain the width of a hidden element and the width of a hidden element


Directly run the Code:

<Div id = "test1" style = "display: none"> </div> <div id = "test2" style = "visibility: hidden "> </div> <script> console. log ($ ("# test1 "). width (); console. log ($ ("# test2 "). width (); </script>


The output results are 0 and 1400 respectively (depending on the browser width)

This is the difference between the display: none and visibility: hidden elements.

Visibility: hidden can be used to locate the position. If you want to hide an element but want to know its width, you can use visibility: hidden to obtain it.

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.