How do I collapse a tab on an link click?
I have been searching around and can't seem to find anything on this.
What I have right now is this...
$('#close1').click(function() { // bind click event to link
$tabs.tabs('select', 1);
return false;
});
and collapsible =true.
I don't see anything about a toggle event.
Any help appreciated.
Derek
--