File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# jquery-inputsearch.js
2
2
3
+ [ ![ version] ( https://img.shields.io/npm/v/jquery-inputsearch.svg )] ( https://www.npmjs.com/package/jquery-inputsearch )
4
+ [ ![ downloads] ( https://img.shields.io/npm/dt/jquery-inputsearch.svg )] ( http://npm-stat.com/charts.html?package=jquery-inputsearch )
5
+ [ ![ WTFPL License] ( https://img.shields.io/badge/license-WTFPL-red.svg )] ( https://raw.githubusercontent.com/dwiyatci/jquery-inputsearch/master/LICENSE.txt )
6
+
3
7
jQuery plugin for automagically transforming ` input[type="text"] ` elements into
4
8
` input[type="search"] ` -like elements.
5
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-inputsearch" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " jQuery plugin for automagically transforming input[type=\" text\" ] elements into input[type=\" search\" ]-like elements. " ,
4
+ "description" : " jQuery plugin for automagically transforming input[type=\" text\" ] elements into input[type=\" search\" ]-like elements" ,
5
5
"keywords" : [
6
6
" jquery-plugin" ,
7
7
" ecosystem:jquery" ,
You can’t perform that action at this time.
0 commit comments