Persist all posting or changes
I just got checkbox checked/unchecked persist to work. Then i realized all the events i coded through jquery will have to be persisted as well, like hiding certain table rows by checking checkbox, or options selected through dropdown list, all these info will need to be persist, is there a universal way to persist all the jquery events, or do i need to code separately for each event? do i need any plugin for it? like jquery cookie?