Friday, 13 September 2013

Storing two pieces of data for a Javascript application

Storing two pieces of data for a Javascript application

I'm building an HTML5 / Javascript / jQuery application for personal use.
The application needs to literally just store two numbers in order to be
able to function. What is the absolute lightest way I can store two
numbers between script executions? Ideally, the solution would not require
the application to run on a server.

No comments:

Post a Comment