Side navigation
#11142 closed bug (duplicate)
Opened January 09, 2012 09:10AM UTC
Closed January 09, 2012 03:27PM UTC
Last modified March 14, 2012 10:27AM UTC
removeAttr for "checked" on radio button removes the attribute from all radio group
Reported by: | schaller | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | attributes | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i call $("#someId").removeAttr("checked")
it will remove the checked attribute from other radio buttons that has the same name (not same id)
this can be seen here: