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,