#9127 closed bug (duplicate)
uncheck radio dont work
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #9094.