Opened 15 years ago
Closed 15 years ago
#2183 closed bug (worksforme)
Error: fn has no properties - causes script to halt in IE 7
Reported by: | miCRoSCoPiC^eaRthLin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.3 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery 1.2.2 keeps showing the following error in Firefox's (2.0.0.11) Error Console
Error: fn has no properties
Source File: http://localhost/jqtest/.../jquery-1.2.2.js Line: 2249
Firefox manages to keep working despite this error, but IE hiccups with an alert dialog and stops altogether.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | 1.2.2 → 1.2.3 |
---|
comment:2 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
If you can create a test case where this fails please reopen the ticket and attach it. Thanks.
Note: See
TracTickets for help on using
tickets.
That appears to be in the $(document).ready(fn) code. What are you passing in to the ready() function? Perhaps you are passing in something that isn't a function?
This doesn't happen for me so please post a test case if you are still having the problem.