Daniel McBrearty schrieb:
> hi
> 
> I've been using the tabs plugin for a while, I just updated to use the
> new ajax support. Works nice.
> 
> Now I want to add a callback whenever a tab is updated:
> 
> $(".tabs").tabs( { remote: true,
>                              loadingClass: 'progress',
>                              callback: function () { alert( 'done'); }
>                            } );
> 
> 
> but the callback function is never actually called.
> 
> any ideas why?
> 
> thanks
> 
> Daniel

Just replace "callback" with "onShow". That had been changed a while ago.


-- Klaus


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to