I am using cycle method from
http://malsup.github.com/jquery.cycle.all.js". I have created a div with some images in it which I want to slide, I am calling the cycle method on the div, now when i sign in the page for the first time the images are not sliding but as i refresh the page the images start sliding, why must that be happening ?
Also I want the images to slide as soon as i sign in, i have tried using document.ready(function(){ }); but have same behavior.