jQuery is not defined on my staging server but works fine on my local
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-06-15T02:55:47Z
Indexed on
2010/06/15
3:02 UTC
Read the original article
Hit count: 263
jQuery
If you pop open this page with your javascript console, you'll notice a bunch of JS errors. I don't get these errors in my local environment and it seems like it is happening because $ is not defined. I have tried to mimic my local environment exactly on staging by using the same environment.rb file and removing all JS caching but it is making no difference. Can anyone tell why jQuery is crapping out? It might be something really stupid, but I need a second pair of eyes.
© Stack Overflow or respective owner