var $ = jQuery.noConflict(); $( ".whatever" ).hide();
(function($) { })( jQuery );
Or include jQuery script in the header
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
Categories