forked from BenGriffiths/jquery-save-as-you-type
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sayt.jquery.json
36 lines (36 loc) · 1.19 KB
/
sayt.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "sayt",
"version": "1.4.4",
"title": "Save As You Type",
"author": {
"name": "Ben Griffiths",
"email": "[email protected]",
"url": "http://www.ben-griffiths.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"maintainers": [
{
"name": "Ben Griffiths",
"email": "[email protected]",
"url": "http://www.ben-griffiths.com"
}
],
"dependencies": {
"jquery-cookie": ">=1.0.0",
"jquery": ">=1.5"
},
"description": "This jQuery plugin autosaves (To a cookie) as you type, and autorecovers, form data. Auto saving will save as data is entered or changed. You have the ability to disable autosaving and auto recovering, and instead use manual calls for each. You can also manually call an erase cookie feature, and manually call to see if a form actually has saved data. Works with the following elements so far: Text boxes, text areas, select (Single AND multiple), radio buttons and check boxes",
"keywords": [
"autosave",
"cookie" ,
"forms",
"form",
"input"
],
"homepage": "https://github.com/BenGriffiths/jquery-save-as-you-type"
}