Side navigation
#9286 closed bug (fixed)
Opened May 14, 2011 02:25PM UTC
Closed May 14, 2011 04:10PM UTC
Last modified March 08, 2012 06:02PM UTC
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.
Attachments (0)
Change History (4)
Changed May 14, 2011 02:42PM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
status: | new → open |
Changed May 14, 2011 04:10PM UTC by comment:2
_comment0: | Fixed. \ \ Changset: 6171e0a923c4775d0b5e560900f397c33b6341d9 → 1305389426739911 |
---|---|
milestone: | 1.next → 1.6.2 |
resolution: | → fixed |
status: | open → closed |
Fixed.
Changset: 6171e0a923c4775d0b5e560900f397c33b6341d9
Changed July 08, 2011 06:34AM UTC by comment:3
i don't understand
Changed July 08, 2011 02:53PM UTC by comment:4
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.
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/.