Skip to content

Instantly share code, notes, and snippets.

View christaylor-hod's full-sized avatar

Chris Taylor christaylor-hod

View GitHub Profile
@christaylor-hod
christaylor-hod / application.js
Last active March 13, 2017 08:08
Resources for Prototype kit training
/*
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
*/