next and previous buttons
-
Hi !
Thank you for your support about my “change slide” issue … again I feel so noob to ask but I didn’t succeed to create next/previous buttons …
i tried `<button id=”next”>Suivant</button><script type=”text/javascript”>
var playing = true;(function($) {
$(document).ready(function() {
$(‘#next’).click(function() {
$(‘.crellyslider-slider-your_slider_alias‘).data(‘crellySlider’).nextSlide();});
});
})(jQuery);
</script>`
but I’m wrong.
Can you help please ?
thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘next and previous buttons’ is closed to new replies.