[jquery method Removeattr (name) | Removeprop (name)] This method is used to delete the corresponding property set set by the. attr () |. Prop () method

Source: Internet
Author: User

Used to delete a property set set by the. attr () |. Prop () Method:

With some built-in properties for DOM elements or window objects, the browser may produce an error if the property is attempted to be deleted. jquery first assigns a property of the undefined value, ignoring any errors generated by the browser

Instance:

<! DOCTYPE html>Input{font:13px/20px ' Courier New '; color: #000;} </style><script type= ' Text/javascript ' >    $(function(){        $(' user '). Prop (' AutoComplete ', ' on ')); $(' #user '). Removeprop (' AutoComplete ')); $(' #user '). attr (' style ', ' background: #EEE; Outline:none ')); $(' #user '). Removeattr (' style ')); });</script>

[jquery method Removeattr (name) | Removeprop (name)] This method is used to delete the corresponding property set set by the. attr () |. Prop () method

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.