jquery_remember_state
jquery_remember_state copied to clipboard
Remember and restore form state using localStorage
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.
Using checkboxes like: `
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...