jquery_remember_state icon indicating copy to clipboard operation
jquery_remember_state copied to clipboard

Remember and restore form state using localStorage

Results 6 jquery_remember_state issues
Sort by recently updated
recently updated
newest added

When saving state, I noticed that checkboxes that are not checked are not saved, and therefore, not restored. The following changes against version 1.4.1 fix this (sorry, I am not...

Added an optional callback if you want to do something it finishes restoring.

A form with a large number of inputs was being bogged down due to the large array of items to check. Filtering empty or unselected values out of what is...

When I set noticeDialog to false I still get the default notice dialog. It looks like it's because of how the if statement is written on the following line. https://github.com/shaneriley/jquery_remember_state/blob/master/source/javascripts/jquery.remember-state.js#L118...