Post doesn't exist
jQuery conflicts
|
|
You should check if jQuery has already been loaded and not load a redundant copy in that case. Also, you should ensure that jQuery doesn't clobber any $() function already defined in another library used on the same page (i.e. Prototype): |