I've setup 3 sets of tabs & made them sortable.
I've also connected them through the connectedLists option in the sortable.
When I move a tab from one list to the other, I want move the tab + the target div to the new context.
Currently when I…
I am using jquery ui tabs and I have a page which have tabs within tabs, and the content of the inner tabs are loaded via Ajax (by passing the URL in the href attribute of my a element). The HTML is like this:
I was trying to implement jQuery UI tabs and know about effects such as slideUp, fadeIn, hide, and show. What other effects can be used? For example, explode was not working. Is there any place where I can get a list of all the effects that can be…