I tried to put the links in the tabs definition blank as described here: http://pastie.org/392713
Then I tried to initialize them in the document.ready (because I have to pass 1 parameter to the url that i'm calling); When i create the tabs via jQuery the first tab is not selected (it is selected the second one), and the tab number is 2 instead of 3. It seems that the first tab is not considered. Any idea? Kind regards Massimo Ugues http://pastie.org/392747 On Feb 10, 3:54 am, "Richard D. Worth" <rdwo...@gmail.com> wrote: > You need to init the tabs on the element before you can call the > .tabs('ur'... method. Untested: > > http://pastie.org/384667 > > - Richard > > On Mon, Feb 9, 2009 at 2:46 PM, m.ugues <m.ug...@gmail.com> wrote: > > > Hallo all. > > I would like to initialize the tabs href on the document.ready. > > >http://pastie.org/384170 > > > I tried like this > > >http://pastie.org/384232 > > > But it doesn't work. > > Any idea? > > > Kind regards > > > Massimo Ugues