Have you seen this? http://docs.jquery.com/UI/Tabs#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_placed_in_a_hidden_.28inactive.29_tab.3F
----- Original Message ----- From: "Richard" <[email protected]> To: "jQuery UI" <[email protected]> Sent: Sunday, June 14, 2009 8:11 PM Subject: [jquery-ui] Re: AJAX Tabs cache I have: $("#tabs").tabs({ cache:true, 'ajaxOptions':{ cache:true } }); Through Firebug I found that the video is caching, but is still being reloaded on each tab switch. What I am after is being able to play a video in each tab, and then be able to switch between tabs to see different frames. But currently this is not possible because the video is reloaded on each tab switch. Is there a way to avoid reloading the content of a tab? Richard On Jun 11, 3:49 pm, Klaus Hartl <[email protected]> wrote: > cache: true should do the trick. Could you post your code online to > see what went wrong? > > --Klaus > > On 11 Jun., 07:47, Richard <[email protected]> wrote: > > > hi, > > > I am using AJAX Tabs to display a number of videos. Currently the > > video is reloaded every time I click on the tab, but I only want it to > > load the first time so the video seek position is kept. > > > I tried setting "cache:true" and "'ajaxOptions':{ cache:true }" but > > the video is still reloaded. Is there a way to stop an AJAX tab from > > reloading its content? > > > Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
