File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulating HTML selects.
4
4
5
- * Keyboard navigation (Up/Down/Left/Right/String search)
5
+ * Keyboard navigation (Up/Down/Left/Right/Word search)
6
6
* Easily customizable
7
- * Pretty lightweight (3,1KB minified and 1,8KB minified/gzip)
7
+ * Pretty lightweight (3KB minified and 1,7KB minified/gzip)
8
8
9
9
###[ Demo] ( http://lcdsantos.github.io/jQuery-Selectric/ )
10
10
Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ <h1>jQuery Selectric <img src="img/icon.png" alt="Selectric"></h1>
148
148
< p > Selectric is a jQuery plugin designed to help at stylizing and manipulating HTML selects</ p >
149
149
</ div >
150
150
151
- < ul class ="features ">
152
- < li > Keyboard navigation (Up/Down/Left/Right/String search)</ li >
153
- < li > Easily customizable</ li >
154
- < li > Pretty lightweight (3,1KB minified and 1,8KB minified/gzip)</ li >
155
- </ ul >
156
-
157
151
< h2 > How to use</ h2 >
158
152
159
153
< p > 1. Make sure to include jQuery in your page:</ p >
You can’t perform that action at this time.
0 commit comments