I am trying to implement an UI with reorderable tabs. In my page, I have horizontal tabs. I am able to add and remove a tab. However, I also need to be able to move a tab right and left. What I did is to use the swap functionality to swap two <li> elements and the corresponding <div> elements. It worked, but only 60%. The reason I said 60% is because it does swap two tabs, but the current selected tab is messed up after that, the class for those div is also messed up. Therefore, it doesn't work exactly like what I want. Here is my question.
I need to be able to move (swap) the current selected tab with the tab on its left/right depending on what button I click on. Does anyone know how to do that?? Any help appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
