Common attributes in the input box

Source: Internet
Author: User

1. disabled (the input box is grayed out and cannot be used) [html] document. getElementById ("date "). disabled = "disabled"; in this way, the input box id = date is disabled. During the form jump, no value is transferred. readOnly read-only (the input box cannot be modified) [html] document. getElementById ("money1 "). readOnly = "true"; 3. display style (display style in the input box) none: hidden object. Unlike the hidden value of the visibility attribute, the hidden object does not reserve its physical space inline: the specified object is an inline element. [Html] document. getElementById ("date "). style. display = "none"; 4. visibility display attribute this attribute is hidden object and retains the physical space occupied by it. If you want the object to be visible, its parent object must also be visible [html] document. getElementById ("date" ).css. visibility = "hidden ";

Related Article

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.