Javascript Issues General

Mutliple Incudes of Jquery? This can cause things to inexplicably fail – view page source and make sure you don’t have multiple …/jquery … .js files To test if Jquery is present or not use something like this, and call it if not present http://css-tricks.com/snippets/jquery/load-jquery-only-if-not-present/

Read More