Use .js files for caching large dropdown lists.
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2010-05-10T19:06:16Z
Indexed on
2010/05/10
19:14 UTC
Read the original article
Hit count: 266
I would like to keep the contents of large UI lists cached on the client, and updated according to criterial or regularly. Client side code can then just fill the dropdowns locally, avoiding long page download times.
How can I go about this? I mean, what patterns and strategies would be suitable for this?
© Stack Overflow or respective owner