hi, in our application we have created tabs that caches the old tab content and then goes to new tab. when user comes back to old tab we put that html again.
by *caching* i mean that we take full dome using jquery clone function in a javascript variable and by *putting it back* i mean we do jquery replaceWith to the div. Following is link to the example i have created to show http://www.reach1to1.com/sandbox/jquery/cache_problem/index.html after you visit this page check that datepicker is working fine. then click on the button "Cache and render again" and then datepicker stops working. Looking for solution, regards, saurabh