Side navigation
#9127 closed bug (duplicate)
Opened May 05, 2011 03:57PM UTC
Closed May 05, 2011 04:57PM UTC
Last modified May 05, 2011 04:57PM UTC
uncheck radio dont work
Reported by: | mastergnus@gmail.com | 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!!!