jQuery: The Write Less, Do More JavaScript Library

Ticket #2183 (closed bug: worksforme)

Opened 7 months ago

Last modified 6 months ago

Error: fn has no properties - causes script to halt in IE 7

Reported by: miCRoSCoPiC^eaRthLinG Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.3 Component: core
Version: 1.2.2 Keywords:
Cc: Needs: Patch

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.

Attachments

Change History

Changed 7 months ago by davidserduke

  • milestone changed from 1.2.2 to 1.2.3

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.

Changed 6 months ago by davidserduke

  • status changed from new to closed
  • resolution set to worksforme

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.