Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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:
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 Timmy Willison

Component: unfiledattributes
Priority: undecidedlow
Resolution: duplicate
Status: newclosed

comment:2 Changed 12 years ago by Timmy Willison

Duplicate of #9094.

Note: See TracTickets for help on using tickets.