SyntaxFix
Write A Post
Hire A Developer
Questions
If it's in wordpress, might be needed to change
$(document).ready(function() {
to
jQuery(document).ready(function($){
or add
var $ = jQuery;
before