Hi.. am fairly new to this...

If I'm using JQuery Tab (see below), how do I do the following:
1. I have a hyperlink in the page which should trigger it to go/stop
to a specific Tab/Panel (e.g. Panel 3)
2. I have a button to stop the panels/tabs from rotating
3. I have a button to start the panels/tabs rotating again

$(document).ready(function(){
     $('#mycontent > ul').tabs({ fx: { opacity: 'toggle' } }).tabs
('rotate', 3000);
});

Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to