Skip to main content

Bug Tracker

Side navigation

#4279 closed bug (invalid)

Opened March 02, 2009 04:08PM UTC

Closed August 09, 2009 01:21AM UTC

F is undefined

Reported by: derekr Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

I am getting this error in the jquery-1.3.2.min.js file on line 19 (via firebug). I am using the calculator plugin (more specifically the sum function), but since the error is in the jquery file I figured I should post it here.

<pre><code>

F is undefined

F()()jquery-1....2.min.js (line 19)

F()()jquery-1....2.min.js (line 19)

init()()jquery-1....2.min.js (line 12)

init()()jquery-1....2.min.js (line 12)

F()()jquery-1....2.min.js (line 19)

cleanseNumber()()jquery.c...on.min.js (line 14)

recalc()main.js (line 66)

F()()jquery-1....2.min.js (line 19)

F()()jquery-1....2.min.js (line 19)

[Break on this error] (function(){var R=/((?:\\((?:\\([^()]+\\)|[...(J,typeof K==="string"?K:K+"px")}})})();

</code></pre>

Attachments (1)
  • main.js (2.5 KB) - added by derekr March 02, 2009 04:08PM UTC.

    My custom js file.

Change History (6)

Changed March 03, 2009 12:28AM UTC by dmethvin comment:1

Can you reduce this to a simple test case that includes the html? Also, please use the uncompressed version of jQuery if possible.

Changed March 11, 2009 01:17PM UTC by joshcdsi comment:2

In case this helps -- I encountered this same error when using the live() method, and it was a result of my having referenced a function as

functionName()

instead of

functionName

Apparently the open/close parens screwed it up.

Josh

Changed March 19, 2009 12:31PM UTC by jdyndale comment:3

I am getting the same error. I get it when I use an Accordion from the UI library (jQuery UI 1.7). I tried using the non-minified version, and then I got the following error:

Line 1279:

elem is undefined

[Break on this error] var id = elem[ expando ];

Changed March 19, 2009 12:35PM UTC by jdyndale comment:4

To clarify: The above error is in the jQuery-1.3.2.js file.

I just tried with the 1.3.1 version (both minified and non-minified). Exactly the same error, but on line 1263 in the non-minified 1.3.1 version.

Changed April 16, 2009 09:45PM UTC by chrisrbailey comment:5

I'm getting this error in Safari and Firefox as well. In Safari it says:

TypeError: Result of expression 'F' [undefined] is not an object

I'm using jQuery-1.3.2.min.js.

Changed August 09, 2009 01:21AM UTC by dmethvin comment:6

resolution: → invalid
status: newclosed

If you find this ticket via Google, please post on a forum to get help in debugging your application. Bug reports should not be filed using the minimized version of jQuery, and the report should always include a test case that clearly demonstrates the problem.