[jQuery] Tabbed view and Flash Movies

2010-01-13 Thread DaveMK
Hi anyone that can help! I'm stuck and not sure how to proceed. Here's the issue: I am using jQuery tabs (seven tabs in total), and loading in iframed pages into the tab with .flvs in them. That's all working, but the issue is that I can't figure out how to get the tab to unload, so if you

Re: [jQuery] Tabbed view and Flash Movies

2010-01-13 Thread DaveMK
) { $(#tabs ul li).each(function(i) { if (ui.index != i) { $(#tabs div:nth-child( + (i+1) + )).html (); } }); }; }); }); On Jan 13, 6:01 pm, DaveMK davemarc...@hotmail.com wrote: Hi anyone that can help! I'm stuck