Home › Forums › JavaScript › Stupid Jquery Syntax! › Reply To: Stupid Jquery Syntax!
August 9, 2013 at 7:59 am
#146252
Participant
you have to put the <script> tag that loads jQuery before the ones for the plugins. otherwise those try to access jquery before it is loaded.