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


-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com : the multi - language vocab trainer
BTW : 0873928131

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to