In IE, the checked attribute of radio or checkbox cannot be selected and displayed in the initial state _ javascript skills

Source: Internet
Author: User
The checked attribute cannot be correctly implemented in IE. in IE, when using checkbox or radio, you may find that the CheckBoxObject cannot be used sometimes. checked = true or CheckBoxObject. the setAttribute ('checked', true) method causes the checkbox or radio to be pre-selected.
To solve this problem, you can use the checkultchecked attribute of checkbox or radio to set the defaultChecked attribute to true. The specific implementation is CheckBoxObject. setAttribute ('defaultchecked', true) or CheckBoxObject. defaultChecked = true, so that checkbox and radio can be selected in IE in the initial state.
Example:

The Code is as follows:


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.