Hi to all,
i use jquery ui tabs and i have a button for add tabs that works fine.
When add the delete functionallity i lost it, because when delete a tabs changes the id of tabs.
Here is the thing. Lets say that i have 4 tabs the tab id are (0,1,2,3). When delete the tab id 1 i have 3 tabs with tab id (0,1,2).
To delete i use a js function removeTab(tabid).So when i delete a tab i must some how inform that the ids are change.
Can anyone help me!