Skip to main content

Bug Tracker

Side navigation

#1184 closed bug (invalid)

Opened May 14, 2007 01:06PM UTC

Closed May 14, 2007 08:06PM UTC

Last modified June 21, 2007 04:15AM UTC

bug in latest revision

Reported by: alexpilson Owned by:
Priority: major Milestone: 1.1.3
Component: build Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

This throws an error in PC IE 6 as well as using FireBug on Mac, you can see the error pops up in the console.

SVN details from the source:

  • $Date: 2007-05-13 13:59:38 -0400 (Sun, 13 May 2007) $
  • $Rev: 1897 $

(new jQuery(document))[jQuery.fn.ready ? "ready" : "load"] is not a function

init(function(), undefined)jquery-latest.js (line 159)

jQuery(function(), undefined)jquery-latest.js (line 30)

jQuery(function(), undefined)jquery-latest.js (line 28)

[Break on this error] return new jQuery(document)[ jQuery.fn.ready ? "ready" : "load" ]( a );

Attachments (0)
Change History (2)

Changed May 14, 2007 01:22PM UTC by alexpilson comment:1

I believe I may have made an error in posting this. I downloaded the nightly build just now and it worked fine. May have been some quirky issue of my downloading from SVN yesterday.

Changed May 14, 2007 08:06PM UTC by john comment:2

need: PatchReview
resolution: → invalid
status: newclosed

Cool, glad it fixed itself!