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.
Don't working with input outside form, who have param. form="form-name".
Hi. I am using Ajax load the form in a modal window, and call the function $ ('# form'). Sisyphus (); Everything works, but when a modal window is called...
Hi, using https://github.com/Eonasdan/bootstrap-datetimepicker doesn't save field content. Bye
As you can see in this SO question: http://stackoverflow.com/questions/30564924/html5-localstorage-usage sisyphus becomes prohibitively slow with very big forms. Maybe it can be fixed by making it asynchronous? Or something else?
I have a form which has some fields with editable default values that other fields inherit from. For example: ``` html // When our default is updated $('#default_subject').on('change', function handleUpdate...
I'm using sisyphus for the first time and it works perfectly on my forms. Unfortunately, some forms have a summernote textarea and this field is a DIV and a P...
Hi, I need to allow the user to enable / disable auto-saving of the form through a button on the page. Can this be achieved through onSave() or is there...
Getting this error in chrome... not sure what to do with it line 323 if ( typeof $.browser.msie === 'undefined' ) {
Really interested in using this wonderful plugin to save draft email messages for a mailing interface I'm putting together for a non-profit cooperative. Most everything is working as expected except...
Renamed `jQuery.unique`: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#unique-jqmigrate-jqueryunique-is-deprecated-use-jqueryuniquesort Replaced usage of `jQuery.bind`: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#pre-on-methods-jqmigrate-jqueryfnbind-is-deprecated Replaced usage of event shorthand: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#shorthand-deprecated-v3-jqmigrate-jqueryfnclick-event-shorthand-is-deprecated