Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Stupid Jquery Syntax! Reply To: Stupid Jquery Syntax!

#146252
dgriesel
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.