HTML Learning Note--disabled Properties

Source: Internet
Author: User

1. Scope of application: INPUT element, option element in HTML

2, Function: Disable the element. The disabled INPUT element is neither available nor clickable.

3. Example:

① button element with the following code is disabled

<input type= "button" disabled= "false" value= "Test button" >  <input type= "button" disabled= "123" value= "Test button" >  <input type= "button" disabled= "value=" Test button ">  <input type=" button "disabled=" any word "value=" Test Button "> <input type=" button "disabled=true value=" Test Button ">  

② the button element for the following code is enabled, note that false is not "false", and currently only the following two cases are enabled.

<input type= "button" Disabled=false value= "Test Button" >  

4, Application. Allow the button to be clicked only once within 3 seconds.

<input type= "button" value= "Point Me" class= "btn"  /><script>$ (". btn"). "Click", Function () {$ (this). attr ("Disabled", "disabled");        SetTimeout ("$ ('. Btn '). Removeattr (' disabled ')", +);        Alert ("button is clicked"); });</script>

  

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.