SyntaxFix
Write A Post
Hire A Developer
Questions
FYI, for the cases where your page is loading with other javascript libraries like mootools that are conflicting with the $ symbol, you can use jQuery instead.
$
jQuery
For instance, jQuery.fn.jquery or jQuery().jquery would work just fine:
jQuery.fn.jquery
jQuery().jquery