SyntaxFix
Write A Post
Hire A Developer
Questions
Use
jQuery(document).
instead of
$(document).
or
Within the function, $ points to jQuery as you would expect
(function ($) { $(document). }(jQuery));