mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-14 14:21:36 +03:00
Merge commit '64232c1f94
' as 'js/addclear'
This commit is contained in:
commit
7975ada8b4
9 changed files with 482 additions and 0 deletions
36
js/addclear/add-clear.jquery.json
Normal file
36
js/addclear/add-clear.jquery.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "add-clear",
|
||||
"title": "jQuery Add Clear",
|
||||
"description": "jQuery plugin for adding a clear action to the end of a text input",
|
||||
"keywords": [
|
||||
"input",
|
||||
"close",
|
||||
"text",
|
||||
"clear"
|
||||
],
|
||||
"version": "2.0.6",
|
||||
"author": {
|
||||
"name": "Stephen Korecky",
|
||||
"url": "http://stephenkorecky.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Stephen Korecky",
|
||||
"email": "skorecky@gmail.com",
|
||||
"url": "http://stephenkorecky.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/skorecky/Add-Clear/issues",
|
||||
"homepage": "http://github.com/skorecky/Add-Clear ",
|
||||
"docs": "https://github.com/skorecky/Add-Clear",
|
||||
"download": "http://code.jquery.com/#add-clear",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.8"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue