[jQuery] Re: JQuery UI tabs and pagination

2009-04-11 Thread stepan
hi! check the tab ID, or check currently selected tab On 11 апр, 21:00, Claudio Poli wrote: > hi everyone, > I've this situation: an X number of tabs; in tabs content there's a > div classed .to_be_replaced and links for paginating. > when I click on a link it should replace the content > of .to

[jQuery] Re: JQuery UI tabs and pagination

2009-04-11 Thread Claudio Poli
whops, thanks for pointing it out. claudio Il giorno 11/apr/09, alle ore 15:46, Klaus Hartl ha scritto: Use: $(".to_be_replaced", ui.panel).load(this.href); --Klaus On 11 Apr., 12:00, Claudio Poli wrote: hi everyone, I've this situation: an X number of tabs; in tabs content there's a

[jQuery] Re: JQuery UI tabs and pagination

2009-04-11 Thread Klaus Hartl
Use: $(".to_be_replaced", ui.panel).load(this.href); --Klaus On 11 Apr., 12:00, Claudio Poli wrote: > hi everyone, > I've this situation: an X number of tabs; in tabs content there's a > div classed .to_be_replaced and links for paginating. > when I click on a link it should replace the con