Automatically Persist Text Field Values Locally - Garlic

File Size: 224 KB
Views Total: 1985
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Automatically Persist Text Field Values Locally - Garlic

Garlic is an useful jQuery Plugin that helps your users don't lose any precious data type in the form's text field if they accidentally close their tab or browser. This plugin will automatically persist your forms' text field values locally, until the form is submitted. 

You might also like:

Basic Usage:

1. Include jQuery Library and Garlic.js

<script src="jquery.js">
<script src="garlic.js">

2. Markup

<form data-persist="garlic" method="POST">

This awesome jQuery plugin is developed by guillaumepotier. For more Advanced Usages, please check the demo page or visit the official website.