Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the tabs panel will refresh automatically.
Example: <div class="easyui-tabs" style="width:400px;height:100px;"> <div title="First Tab" style="padding:10px;"> First Tab </div> <div title="Second Tab" closable="true" style="padding:10px;"> Second Tab </div> <div title="Third Tab" icon="icon-reload" closable="true" style="padding:10px;"> Third Tab </div> </div> Output: http://old.nabble.com/file/p27685351/tabs.png whynotter wrote: > > Hi, > I have a page with some scroll-img with jquery code. > > Each scroll-img are in different tabs, but the jquery code is the same for > all tabs. > > If I have just a scroll, the code is ok, but when I put 4 scroll in > different tabs, the code is not do well. > How can I get the refresh of each tabs to avoid the problem of conflict > jquery code? > > > Thanks a lot > Bye > -- View this message in context: http://old.nabble.com/refresh-tabs-tp27676891s27240p27685351.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.