The pit between the old version of jquery and the new version

Source: Internet
Author: User

jquery has been adding properties since the 1.6.1 version, using these new properties whenever possible, such as: selected, checked. It is best to use prop when assigning values in a higher version, and if you use attr, the assignment is unsuccessful.

General custom attributes with attr, intrinsic properties with prop

The following are the official recommendations for the use of attr (), prop ():

Attribute/property .attr() .prop()
AccessKey
Align
Async
Autofocus
Checked
Class
Contenteditable
Draggable
Href
Id
Label
Location (i.e. window.location)
Multiple
ReadOnly
Rel
Selected
Src
TabIndex
Title
Type
Width (if needed over .width() )

A pit between old versions of the new jquery version

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.