Modify ↓
Ticket #9127 (closed bug: duplicate)
uncheck radio dont work
| Reported by: | mastergnus@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | attributes | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The problem is only in 1.6 version of jQuery, when you try to uncheck a radio button so: $('input[type="radio"]').checked = false; or $('input[type="radio"]').attr('checked',false); or $('input[type="radio"]').removeAttr('checked');
all this ways doesnt work in 1.6 version, but when change the library versin for other, the same code works perfectly!!!
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.
