I am using rails 3.2.3 and have just deployed an app to heroku the same way as normal, though this time there seems to be an issue with my Jquery/javascript. My dropdowns don’t work, nor another plugin I have, yet my flexslider does (powered by JS). Looking in the console it seems as if all the js has been compiled into one file but I get this error
TypeError: $ is not a function
The app is at http://rocky-fortress-7573.herokuapp.com/ and maybe someone who is a little more clued up on JS could see what is going on? Everything works as it should locally
jQuery is not included in your page. Add the following to your
<head>: