I am using the following :
$("#roottexts").tabs().tabs("rotate",5000, true);
to let the tabs display their contents in turn.
However , I would like the rotation to stop as soon as the user clicks one tab (or hovers over a tab).
Does anyone has code to do this ?
Thx in advance,
Simply
From the documentation ( http://jqueryui.com/demos/tabs/ )
I might be good to first look at the documentation (and I found the JQuery UI particulary good), often your answer is right there….