#7060 closed bug (invalid)
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
"{}"; d = e[a.type]; |
Now it works fine, but not sure if this is the correct method ?
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
thanks but not works for me, i put a test before : if(e!=null){ d = e[a.type]; }
and works great.
comment:3 Changed 12 years ago by
This is the equivilant ticket for the non minimised version : - http://bugs.jquery.com/ticket/6163
Note: See
TracTickets for help on using
tickets.
Please post support requests to the forums, and do not use minified versions of jQuery when debugging.