Opened 12 years ago
Closed 12 years ago
#9234 closed bug (fixed)
find() forget object
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.6.1 |
Component: | attributes | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | 1.next → 1.6.1 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
Thanks for looking into it.
Note: See
TracTickets for help on using
tickets.
$('input:radio',this).attr('checked','checked');
works also not.