[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-15 Thread over.nine.k
The CSS workaround workd for me. The class was just wrong use: .ui-tabs-loading em instead of: .ui-tabs-load em and: .tabs({ spinner: '.'}); (used a dot so the text will hide behind the image) On Feb 10, 7:08 pm, brian wrote: > On Tue, Feb 10, 2009 at 4:12 PM, Klaus Hartl > wrote: > > > As

[jQuery] Re: tabs, ajax mode, spinner not removed

2009-02-15 Thread over.nine.k
The CSS workaround worked for me, the class was just wrong. Use: .ui-tabs-loading em Instead of: .ui-tabs-load em set your tab selector to: .tabs({ spinner: '.'}); (a dot, so the image covers it. Or just use better CSS) On Feb 10, 7:08 pm, brian wrote: > On Tue, Feb 10, 2009 at 4:12 PM,