When your website means business.

Javascript, jQuery | Type: JavascriptHow to Initialize jQuery Scripts

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>
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice