#9286 closed bug (fixed)
Using live submit on forms
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6.2 |
Component: | attributes | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/thJrF/5/ Check the exmaple ablove
In IE7
$(this).attr('class')
returns undefined value.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 12 years ago by
Milestone: | 1.next → 1.6.2 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Fixed.
comment:4 Changed 12 years ago by
This means that timmywil committed code to the jQuery repository that fixes the issue that was reported in this ticket - his changes will be present in the next/latest release of jQuery. Since this code was committed 8 weeks ago, it is likely that the fix is present in the jQuery 1.6.2 release.
Note: See
TracTickets for help on using
tickets.
Confirmed. http://jsfiddle.net/thJrF/5/ works fine in IE8 and 9 however fails in IE6 and IE7 with the issue mentioned in the ticket. Also fails with jQuery git/edge http://jsfiddle.net/AY7Wj/.