[jQuery] tabs plugin with ajax support and callbacks

2007-02-11 Thread Daniel McBrearty
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

Re: [jQuery] tabs plugin with ajax support and callbacks

2007-02-11 Thread Daniel McBrearty
thanks! that works now. On 2/11/07, Klaus Hartl [EMAIL PROTECTED] wrote: 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( {