Quote:
Originally Posted by Barnes
Local Web storage is HUGE.
http://www.w3.org/TR/2009/WD-webstorage-20091222/
<label>
<input type="checkbox" onchange="sessionStorage.insurance = checked">
I want insurance on this trip.
</label>
if (sessionStorage.insurance) { ... }
Even a graphics slug like me can understand this.
|
After a day spent doing jQuery code to handle form submissions, this example makes me ridiculously happy. Too bad it won't realistically be put into practice till 2018 or so.