[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread m.ugues
Sorry for the OT. I have this example: MOVIMENTI DETTAGLIO SALDO BONUS I would like to load every tab content (movimenti.htm/ dettagl

[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 wrote: > I love you stepahn. A million thanks.

[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 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): http://www.ajax-community.de/javascript/5951-jquery-ajax-ergebnis-ins-dom