-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtextClear.jquery.json
More file actions
41 lines (41 loc) · 1.17 KB
/
textClear.jquery.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
37
38
39
40
41
{
"name": "textClear",
"title": "Text Clear",
"description": "jQuery Plugin to clear input field text on fly - like as provided in Internet Explorer 10",
"keywords": [
"clear",
"TextClear",
"InputClear",
"DeleteText",
"reset",
"ClearText",
"ClearInput"
],
"version": "0.0.3",
"author": {
"name": "exex zian",
"url": "https://github.com/exexzian/TextClear/blob/master/author.txt"
},
"maintainers": [
{
"name": "exex zian",
"email": "genex4@gmail.com",
"url": "https://github.com/exexzian",
"twitter": "@exexzian"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/exexzian/TextClear/blob/master/license.md"
}
],
"bugs": "https://github.com/exexzian/TextClear/issues",
"homepage": "http://exexzian.github.io/TextClear/",
"docs": "https://github.com/exexzian/TextClear",
"download": "http://exexzian.github.io/TextClear/",
"demo": "http://exexzian.github.io/TextClear/demo/TextClearDemo.html",
"dependencies": {
"jquery": ">=1.6"
}
}