Hi Massimo, you forgot the closing parenthesis of the ready function
$(document).ready(function() { initLinks(); }); // <-- by(e) Stephan 2009/2/9 m.ugues <m.ug...@gmail.com>: > > 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 > >