Side navigation
#9177 closed bug (invalid)
Opened May 08, 2011 04:39PM UTC
Closed May 08, 2011 04:49PM UTC
attr('checked') dont return true
Reported by: | sven.bloch@gmail.com | 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.
Attachments (0)
Change History (1)
Changed May 08, 2011 04:49PM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
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.