Modify ↓
Ticket #9234 (closed bug: fixed)
find() forget object
| Reported by: | godoff@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6.1 |
| Component: | attributes | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Please use onclick event on text for demo.
On change the radioinput it only works for the first time.
On second choose if all clickevents of radioinput group have bin clicked it doesn't work.
http://jsfiddle.net/XDbmY/11/
worked not in jQuery 1.6
worked in jquery 1.5.2
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.

$('input:radio',this).attr('checked','checked');
works also not.