Skip to main content

Bug Tracker

Side navigation

#9923 closed bug (worksforme)

Opened July 27, 2011 10:10PM UTC

Closed July 28, 2011 11:23AM UTC

Last modified March 14, 2012 11:11AM UTC

Warning: reference to undefined property a[f.expando] Source File: http://xxxx/js/jquery-1.6.2.min.js Line: 16

Reported by: mricketson@marklandonline.com Owned by:
Priority: low Milestone: None
Component: misc Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

Firfox 5.0 using Firebug

Attachments (0)
Change History (1)

Changed July 28, 2011 11:23AM UTC by addyosmani comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → worksforme
status: newclosed

Thanks for submitting a ticket to the jQuery bug tracker!. Testing jQuery 1.6.2 using jsFiddle and Firefox 5 on both OSX and Windows, I'm unable to reproduce the issue you're experiencing. http://jsfiddle.net/3ErZP/.

Expando related issues are usually related to collisions between multiple instances of jQuery on a page, however in this case it would appear that the minified code may not have completed downloading/loading on the page you were executing, possibly causing the undefined exception you're experiencing. Please try emptying your cache and reloading your page (or alternatively if the issue persists, try loading from a CDN to see if you're still running into the same undefined issue).