View Single Post
Old 05-07-2010, 10:44 PM   #29
llama64
First Line Centre
 
llama64's Avatar
 
Join Date: Nov 2006
Location: /dev/null
Exp:
Default

Quote:
Originally Posted by Barnes View Post
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.
llama64 is offline   Reply With Quote