jQuery tabs ui-tabs-hide failing
Here's a link to a misbehaving tabs
They worke开发者_JAVA百科d then began to misbehave. If you click through the tabs you will see what's wrong.Any hints as to a solution would be a blessing.
Tom
I would put iframes inside of the tabs, which contain another set of tabs. Nest them like that just to see how well it works. I've done it with my own use of jQuery UI and it works well.
You need to add an advise (like an css class) to opened tabs: when you click on one tab, you add the class to the tab (div I guess) when you click on a new tab, you close the selected tab and open the tab that you have clicked.
or :
by any click, you close all tabs and then open the clicked one.
精彩评论