Side navigation
#7060 closed bug (invalid)
Opened September 22, 2010 09:54AM UTC
Closed September 22, 2010 08:44PM UTC
Last modified January 06, 2011 02:08PM UTC
e = c.data(this, "events"); d = e[a.type]; error in IE 8.0
Reported by: | saifmd4u | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | selector | Version: | 1.4.2 |
Keywords: | jquery 1.4.2 | Cc: | |
Blocked by: | Blocking: |
Description
First load works fine but subsequent refreshes getting an error at line
d = e[a.type];
I have modified this to
e = c.data(this, "events") || "{}"; d = e[a.type];
Now it works fine, but not sure if this is the correct method ?
Attachments (0)
Change History (3)
Changed September 22, 2010 08:44PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed November 15, 2010 02:35PM UTC by comment:2
thanks but not works for me, i put a test before :
if(e!=null){
d = e[a.type];
}
and works great.
Changed January 06, 2011 02:08PM UTC by comment:3
This is the equivilant ticket for the non minimised version : -
Please post support requests to the forums, and do not use minified versions of jQuery when debugging.