I'm trying to include javascript cycle slider - Quicksand 1.2.1 But in the firebug console I'm getting this error:
$("#home_header ul").cycle is not a function
Can anyone help me with this?
here is the link to app http://mycompany.herokuapp.com
I'm trying to include javascript cycle slider - Quicksand 1.2.1 But in the firebug console I'm getting this error:
$("#home_header ul").cycle is not a function
Can anyone help me with this?
here is the link to app http://mycompany.herokuapp.com
you should add this in your header:
<script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script>
Are you using Quicksand? According to the docs, it would be $('#home_header ul').quicksand();