Have you looked at the docs?
http://jqueryui.com/demos/tabs/
to be exact: http://jqueryui.com/demos/tabs/#method-select
On Jan 13, 2010, at 20:43 , David Parker wrote:
I'm using the jQuery .tabs() routines to move from tab to tab.
What events can be added to the panel of the tab, that it either moves
to the "appropriate tab" and/or causes so processing to happen and
then moves to the "appropriate tab"?
Example1: Click on item and causes an event as same as if I clicked
another tab.
Example2: Edit a form and submit. Causes an event as same as if I
clicked another tab where the new data will be shown.
I understand that it is the css styles that are being modified to re-
draw the tabs.
The implementation is four tabs and each goes to a dedicated servlet
that writes the HTML to panel of the tabbed container.
<script type="text/javascript">
$(function(){
$('#an_tabs').tabs();
});
</script>
--
You received this message because you are subscribed to the Google
Groups "jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com
.
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
.
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.