Sisyphus
March 30, 2017 ยท View on GitHub
Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
Description and sample are available at http://sisyphus-js.herokuapp.com/
Smashing Magazine article: http://coding.smashingmagazine.com/2011/12/05/sisyphus-js-client-side-drafts-and-more/
How to contribute
- Fork the repository
- Install dependencies with
npm install - Run
./node_modules/karma/bin/karma start(or$ npm install -g karma-cliandkarma start) - Make your changes
- Write some specs and make sure that you did not break existing ones
- Check that your code style matches jQuery Core Style Guidelines
- Send a pull request
Author: Alexander Kaupanin