I'm trying to implement the cycle2 carousel on my site, when I use it on regular loaded elements it works just fine, but when I try to use it on ajax loaded the events wont fire, I had tried to use the init function after the data from the ajax was printed like the following :
$(".ajax-loaded-content").cycle();
tho this code initialize only the regular cycle and hides all the other elements in the carousel... how can I re bind the carousel events ?