sisyphus
sisyphus copied to clipboard
Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
my setup: `excludeFields: [$('select[name="name_select"]'), $('input[name="name_input"]')],` but does not exclude
I follow your own way of work and adapt them for tinymce object. I hope you'll take my request in account.
I try the below but the data aren't cleared ``` js var sisyphus = $('form').sisyphus({ onRestore: function() { $('select').trigger('chosen:updated'); } }); sisyphus.manuallyReleaseData(); ```
Currently, bower.json does not include the license used whereas package.json does. This prevents adding the Bower package as a [webjar](http://www.webjars.org/bower), because the deployment script cannot detect the license. Could you...
Hi @simsalabim , We are [cdnjs](https://github.com/cdnjs/cdnjs) team, we want to host this project in cdnjs. I found that there are 5 releases on GitHub but only one release on npm....
I have used the button group elements in my form and they basically work like check boxes. Here is the html code: ``` Member Rank Silver Gold Platinum ``` And...
I'm doing a one-page web application, and I ran into a problem in the plug-in. Content is updated dynamically and respectively need to use a delegated event handling to work...
i want to clear all form data after final submit. I try to code below. but this is not working... please help me. Thanks jQuery_sisyphus(document).ready(function () { jQuery_sisyphus('#btnSubmit').click(function () {...
The prefix string is built so identifies uniquely each saved element This is usefull when having more than 1 element with the same name. (Ex. checkboxes with the same name)
I've run into an interesting bug... I'm using bootstrap 3 and jquery 2.1.4. Sisyphus will not save input data until I take the focus off said input. Any ideas?