Stops the javascript error that doesn’t recognize ‘$’ as a valid function.
THIS: <script type="text/javascript"> jQuery(function($) { //add this $('.banner').unslider({ }); }); //add this </script> NOT THIS: <script type="text/javascript"> $('.banner').unslider({ }); </script>