Bug Tracker

Opened 12 years ago

Closed 12 years ago

#9177 closed bug (invalid)

attr('checked') dont return true

Reported by: sven.bloch@… Owned by:
Priority: low Milestone: 1.next
Component: attributes Version: 1.6
Keywords: Cc:
Blocked by: Blocking:

Description

Hey,

in v1.5.1 ('#checkbox').attr('checked') returned true when the checkboy is checkd. In 1.6 i get "checked" as return. I think thats not correct.

Change History (1)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledattributes
Priority: undecidedlow
Resolution: invalid
Status: newclosed

That is correct. The ambiguity between properties and attributes has been removed in 1.6. See the new http://api.jquery.com/prop method and the blog post for more information.

Note: See TracTickets for help on using tickets.