I 've got an issue with jQueryCycle2,
The event 'cycle-initialized' never firing
I saw a solution in an old post. Cycle2 Initialization events not firing
$(document).on('cycle-initialized', $('#mySlider'), function(){
// EVENT IS FIRED CORRECTLY
});
But this solution work for only one Slider, I've got 2 slider on my homepage. Is there anyway to use correctly cycle-initialized, cycle-post-initialize or cycle-pre-initialize in order to initialize severals jqueryCycles
thanks