Im pretty sure this has a simple solution. I am using jCarousellite, and i want to change the behaviour of built in nav buttons to fire on hover over.
$(\"#
You can set an interval for clicking like this, just do the same for the opposite button:
$("#carousel .btn-down").hover(function() { $(this).data("to", setInterval(function() { $("#carousel .btn-down").click(); }, 200)); }, function() { clearInterval($(this).data("to")); });