Featured Content Slider Using jQuery UI
I am using Featured Content Slider Using jQuery UI and below is the code
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
Its working nice, but my requirement is i want that work on mouse over, normally when u click than its change slide but i want it works when mouse over. Some thing like this on this site http://www.santabanta.com/
Please help me.