[jQuery] Re: ui.tabs ajaxOptions success callback

2008-01-28 Thread Terrence Wood
To answer my own question I attached the function to the show callback: $('.pane ul').tabs({show:function(){alert('hello world')}}); On 28/01/2008, Terrence Wood <[EMAIL PROTECTED]> wrote: > Anyone know how I can add a callback to ui.tabs after loading content &

[jQuery] ui.tabs ajaxOptions success callback

2008-01-28 Thread Terrence Wood
ion() {alert('hello world'}}}); Anyone know how I can add a callback to ui.tabs after loading content with ajax? kind regards, Terrence Wood.