
#96: localStorage for Forms
#96: localStorage for Forms
CSS-Tricks Screencasts · CSS-Tricks
April 15, 201126m 31s
Audio is streamed directly from the publisher (css-tricks-video.s3.amazonaws.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
<p>HTML5 has an incredibly simple method for storing persisting data called <code>localStorage</code>. Natively, you just call a method with key/value pair and that is saved (pretty much) forever. Knowing the key, you can retrieve it at any time. This …</p>
Topics
cssweb designhtmltutorial