Side navigation
#9234 closed bug (fixed)
Opened May 11, 2011 11:29AM UTC
Closed May 13, 2011 02:05PM UTC
find() forget object
Reported by: | godoff@gmx.net | 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.
worked not in jQuery 1.6
worked in jquery 1.5.2
Attachments (0)
Change History (3)
Changed May 11, 2011 11:55AM UTC by comment:1
Changed May 13, 2011 12:20PM UTC by comment:2
FIXED in Version jQuery 1.6.1
please close Ticket.
Great work! ;)
Changed May 13, 2011 02:05PM UTC by comment:3
component: | unfiled → attributes |
---|---|
milestone: | 1.next → 1.6.1 |
priority: | undecided → low |
resolution: | → fixed |
status: | new → closed |
Thanks for looking into it.
$('input:radio',this).attr('checked','checked');
works also not.