Side navigation
#12731 closed bug (notabug)
Opened October 15, 2012 02:02PM UTC
Closed October 15, 2012 02:46PM UTC
jQuery/$ Error
Reported by: | zonyzerium@yahoo.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've noticed a frequent problem I seem to be getting in Chrome, though not in Internet Explorer or FireFox. Sometimes using $ instead of jQuery to reference the API functions throws errors. It seems random as well because a line of code reading $.ajax will work and then two lines later jQuery.ajax will have to be used instead. Somehow the $ pointer becomes undefined in Chrome.
It is for sure not something I am doing, I've spent weeks testing and checking to validate this. Browsing for others with the same problem led me to find the use of jQuery instead of $.
Attachments (0)
Change History (1)
Changed October 15, 2012 02:46PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Something is probably colliding with the
$
variable, such as another version of jQuery, prototype, mootools, usingjQuery.noConflict
, or whatever it is. I suggest asking for help on our forums or in the #jquery irc channel.