Side navigation
#2183 closed bug (worksforme)
Opened January 17, 2008 06:40AM UTC
Closed January 25, 2008 10:51PM UTC
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.
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.