Modify ↓
Ticket #11142 (closed bug: duplicate)
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: | ||
| Blocking: | Blocked by: |
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: http://jsbin.com/azaqoj/edit#javascript,html,live
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
