S
Santosh Patel
Guest
developer.mozilla.org/.../sessionStorage Have you explored browser's local/session storage? Your script component can persist data in component specific keys and retrieve them on demand. Note: to store complex data you can use json objects and then JSON.stringify() them to be stored in the storage.
Continue reading...
Continue reading...