Merge commit '64232c1f94' as 'js/addclear'

This commit is contained in:
Mark Schouten 2016-08-05 13:20:42 +02:00
commit 7975ada8b4
9 changed files with 482 additions and 0 deletions

24
js/addclear/bower.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "Add-Clear",
"authors": [
"Stephen Korecky <http://stephenkorecky.com>"
],
"description": "jQuery Plugin to add a (x) clear button to your input fields",
"main": "addclear.js",
"keywords": [
"forms",
"clear",
"input",
"text",
"search"
],
"license": "MIT",
"homepage": "http://skorecky.github.io/Add-Clear/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}