jquery_remember_state
jquery_remember_state copied to clipboard
adding option to exclude empty or unselected values
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 stored helped trim the total checked items in half and reduce the time it took to load remember the values.