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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---