This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Script to store things entered by the user in a series of | |
form transaction steps into the browsers local storage, then | |
insert everything from local storage into a hmtl list | |
Requires you to add a class of .store to any form input you | |
want to store | |
insert at end of document.ready | |
*/ |