[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread Stephan Veigl
$(#tabs a).click(function() { $.get( $(this).attr(href), function(data) { $(#contaioner).html(data); }); return false; }); see also: http://docs.jquery.com/Ajax and (since I guess you are German speaking):

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread jampov
I love you stepahn. A million thanks.

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread Klaus Hartl
Well, with Tabs 2 you could actually do: $('#box').tabs({ remote: true }); --Klaus On 29 Jan., 13:08, jampov jam...@gmail.com wrote: I love you stepahn. A million thanks.

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread m.ugues
Sorry for the OT. I have this example: div id=example class=flora ul id=tabs li class=on allarga_tab_100spana href=movimenti.htmMOVIMENTI/a/span/li li class=allarga_tab_120spana href=dettaglio_saldo.htmDETTAGLIO SALDO/a/span/li