Questions tagged [garlicjs]

jquery plugin for autosave unsubmited html form's data on the client

Useful for complex forms. Users don't lose the data if they accidentally close their tab or browser.

http://garlicjs.org/ https://github.com/guillaumepotier/Garlic.js/blob/master/README.md https://www.npmjs.com/package/garlicjs

2 questions
1
vote
1 answer

AngularJS does not refresh when a checkbox is updated with jQuery

I have an HTML page using AngularJS. This is basically a listing which can be filtered by clicking on some checkboxes. I want to use jQuery 'garlic' plugin to memorize checkboxes states. The plugin is working well, except that AngularJS "does not…
Eric
  • 4,821
  • 6
  • 33
  • 60
0
votes
1 answer

can I persist chosenjs selections with garlicjs

I have a form that uses chosenjs for the multiselects. I added garlicjs to persist the data but I'm not if I can get the chosenjs choices to persist. here is the fiddle. https://jsfiddle.net/dzyggftn/2139/ if you add a few items in the multiselect…
Bryan Dellinger
  • 4,724
  • 7
  • 33
  • 79