[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Ganeshji Marwaha
did u include the tabs plugin js file as well... before u call $("#container").tabls -GTG On 7/3/07, Jim Newfer <[EMAIL PROTECTED]> wrote: On Jul 3, 2:26 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Ganeshji Marwaha wrote: > > The tabs plugin expects the html markup in a certain structure.

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread R. Rajesh Jeba Anbiah
On Jul 3, 2:26 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Maybe the id ("container"), e.g. the selector in use just isn't correct. > Make sure that it actually matches the element that contains the markup > required for tabs. Sorry to jump in here. Just a quick suggestion on tabs: you co

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Klaus Hartl
Jim Newfer wrote: I should also add that I am loading in the header in this order, the jquery library js file, the niceHead file I have set up that contains this block of code $(document).ready(function() { $('#container').tabs(); }); And then I finally include the css file in my header. Hm

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Klaus Hartl
Jim Newfer wrote: Hi everyone, I am back, I apologize for such a basic Question. Yep, I have the tabs png, and the loading pngs loading correclty they are displaying. Here is the markup I am using, I am thinking it is a problem here. All of my content is displaying for all the tabs at once. Any

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Ganeshji Marwaha wrote: > > The tabs plugin expects the html markup in a certain structure... > > Recently the plugin has more flexibility towards the markup structure, > > nevertheless, you need to set that up correctly in order for it

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Jim Newfer
On Jul 3, 2:26 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Ganeshji Marwaha wrote: > > The tabs plugin expects the html markup in a certain structure... > > Recently the plugin has more flexibility towards the markup structure, > > nevertheless, you need to set that up correctly in order for it

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Klaus Hartl
Ganeshji Marwaha wrote: The tabs plugin expects the html markup in a certain structure... Recently the plugin has more flexibility towards the markup structure, nevertheless, you need to set that up correctly in order for it to work.. For starters, a couple of pointers are 1. you will have t

[jQuery] Re: Loading Klaus Hartl's Plugin? Tabs...

2007-07-03 Thread Ganeshji Marwaha
The tabs plugin expects the html markup in a certain structure... Recently the plugin has more flexibility towards the markup structure, nevertheless, you need to set that up correctly in order for it to work.. For starters, a couple of pointers are 1. you will have to include the js file. - whic