Jquery UI Tabs: How do i hide a tab and its corresponding div when i close it.

Posted by Jeevi on Stack Overflow See other posts from Stack Overflow or by Jeevi
Published on 2010-04-20T13:15:52Z Indexed on 2010/04/20 13:33 UTC
Read the original article Hit count: 154

Filed under:

I have used Jquery UI Tabs, and given close option to the tabs. By default i am creating three tabs and its corresponding three divs. Now when i close a tab then the tab and its div are removed. I need to just hide the tab and div and when i click Add Tab i should just show the hidden tab and div. I am not sure how to show/hide the tab and div property.

Thanks in advance.

Jeevi

© Stack Overflow or respective owner

Related posts about jquery-ui-tabs