I have been to a lot of answers but not one of it has answered my problem. I have this JCarousel, autoscroll. I want it to stop on hover, what do I need to add up in my code?
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
auto: 1,
wrap: 'circular',
vertical: true,
animation: 3500,
pauseOnHover: true,
scroll:1,
});
});
</script>
Thanks in advance guys!