javascript - Can I cache an empty form template as a second page in browser? -


can cache empty form template second page in browser cache when click "create event" button on first page opens empty form template without having need download template server it's cached.

just create event button in google calendar; let's switch between calendar , new event form template.

well, can either use javascript building new page scratch when respective action invoked (probably quite tedious) or can use invisible section (e.g., separate <div>) of html page (style = display: none) , make visible changing class visible style , making original page invisible (change style display: none).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -