Opening external URL in tab panel, hijax with fx
Hello there, is it possible to toggle opacity and height fx in a tab
set-up when a link in one of the tabs is clicked and then hijaxed to
open the content in the same tab?
My tab set up looks like this:
$("#tabs").tabs({// fx: {height: 'toggle', opacity: 'toggle'}, //
start jQuery UI tabs
load: function(event, ui) { // load callback, hijacking every loaded
panel
$(ui.panel).hijack();
}
});
Text links and forms open up fine in the host tab but I'd like the
transitions to match the fade/height effect which occurs when the tab
headers are clicked.
Thanks for your help