[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
Curious, since all my jQuery code is run inside a document.ready block, why would that matter? On Mar 5, 1:20 pm, Charlie Tomlinson wrote: > generally not good practice loading script files before css, reversing the > load sequence in head might help --~--~-~--~~~--

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Charlie Tomlinson
generally not good practice loading script files before css, reversing the load sequence in head might help Jörn Zaefferer wrote: Its now more prominent on the upgrade guide. Jörn On Thu, Mar 5, 2009 at 6:49 PM, Rob wrote: Thanks for the tip. All the tutorials out there are u

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Jörn Zaefferer
Its now more prominent on the upgrade guide. Jörn On Thu, Mar 5, 2009 at 6:49 PM, Rob wrote: > > Thanks for the tip. All the tutorials out there are using older > versions, and I did not see that change on the jquery site. > > On Mar 5, 5:50 am, Jörn Zaefferer > wrote: >> When upgrading to 1.7

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
Thanks for the tip. All the tutorials out there are using older versions, and I did not see that change on the jquery site. On Mar 5, 5:50 am, Jörn Zaefferer wrote: > When upgrading to 1.7, you have to apply tabs to the container, not > the ul:  $("#tabs").tabs(); > > Jörn > > On Wed, Mar 4, 200

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Jörn Zaefferer
When upgrading to 1.7, you have to apply tabs to the container, not the ul: $("#tabs").tabs(); Jörn On Wed, Mar 4, 2009 at 2:24 PM, Rob wrote: > > I am having problems as well getting UI tabs to work. I have no > problems with other widgets I use in the same directory (accordion and > datepick

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
I am having problems as well getting UI tabs to work. I have no problems with other widgets I use in the same directory (accordion and datepicker) but tabs won't work for me at all. I get an unstyled page with the unordered list on top My source code: Tabs test

[jquery-ui] Re: problems with UI tabs

2009-03-04 Thread lucas
Hi Todd, my path to css it´s ok, i replace the the name of my project for "" . All my path are made by cakephp, so that isn´t the problem. i have the latests versions of jquery and their plugins... any other ideas? --~--~-~--~~~---~--~~ You received this mess

[jquery-ui] Re: problems with UI tabs

2009-03-03 Thread Todd Parker
Can you check your path to the CSS? IT looks like you have too many periods and a leading slash (=root): href="/./css/tabs/ui.tabs.css" /> Should this be: href="/css/tabs/ui.tabs.css" /> Or href="../css/tabs/ui.tabs.css" /> Or some other path? Not sure of your structure. Did you try downlo