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
Well it may not be too late to answer this query. What I did is to give an id to html li
New Item Product Purchase Order Administration License Test Specific Product Support then I used JQuery code $('#tab-6').hide(); to hide and $('#tab-6').show(); to Show the tab. Hope this helps Cheers 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
then I used JQuery code $('#tab-6').hide(); to hide and $('#tab-6').show(); to Show the tab.
$('#tab-6').hide();
$('#tab-6').show();
Hope this helps Cheers