Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
:-) thanks a lot. I've tried your script: http://www.deboramontoli.it/prova/mediacenter_prova3.shtml Now, when I choose a tab, each scroll is independent and keeps the correct moment. It hasn't stopped yet, but it's better than the last page. Uff, I'm going ahead, it's an hard work. Thanks aga

Re: re[jQuery] fresh tabs

2010-02-22 Thread Nathan Klatt
On Mon, Feb 22, 2010 at 2:20 AM, whynotter wrote: > http://www.deboramontoli.it/prova/mediacenter_prova2.shtml page 2 Check this out: http://jsbin.com/ixiyo/3/edit You will need to do some more data localization (I've done it for currentPosition but left totalVideos and maxMove) but I think it

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
Thanks for your replay but the problem is still happening :-( I've just tried this plugin and the tabs work well, but the scroll images have the same error. I don't know how to do. Thanks again stworthy wrote: > > Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the > tabs

Re: re[jQuery] fresh tabs

2010-02-22 Thread stworthy
Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the tabs panel will refresh automatically. Example: First Tab Second Tab Third Tab Output: http://old.nabble.com/file/p27685351/tabs.png whynotter wrote: > > Hi, > I ha

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
Hi Nathan, here two pages: http://www.deboramontoli.it/prova/mediacenter_prova1.shtml page 1 http://www.deboramontoli.it/prova/mediacenter_prova2.shtml page 2 The first one is without tabs and the script is correct, while in the second one there are two tabs and the script crashes. Have you a

Re: re[jQuery] fresh tabs

2010-02-21 Thread Nathan Klatt
Perhaps you could point us to your page? Or set up an example at jsbin.com or something? Nathan