Triggering Tabs from a hyperlink elsewhere in the page

Triggering Tabs from a hyperlink elsewhere in the page


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.