Question

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

Was it helpful?

Solution

you should add this in your header:

<script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script>

OTHER TIPS

Are you using Quicksand? According to the docs, it would be $('#home_header ul').quicksand();

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top