File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulati
4
4
5
5
* Keyboard navigation (Up/Down/Left/Right/Word search)
6
6
* Easily customizable
7
- * Pretty lightweight (3,4KB minified and less than 2KB minified/gzip)
7
+ * Pretty lightweight
8
8
* Options box always stay visible
9
9
* Doesn't rely on external libraries (besides jQuery)
10
10
* Word search works with western latin characters set (e.g.: á, ñ, ç...)
@@ -16,7 +16,7 @@ jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulati
16
16
Make sure to include jQuery in your page:
17
17
18
18
``` html
19
- <script src =" //ajax.googleapis.com/ajax/libs/jquery/1.11.0 /jquery.min.js" ></script >
19
+ <script src =" //ajax.googleapis.com/ajax/libs/jquery/1.11.1 /jquery.min.js" ></script >
20
20
```
21
21
22
22
Include ** jQuery Selectric:**
@@ -167,6 +167,11 @@ Put styles in your CSS and change it to your taste :D
167
167
box-shadow : 0 0 10px -6px ;
168
168
}
169
169
170
+ .selectricAbove .selectricItems {
171
+ top : auto ;
172
+ bottom : 100% ;
173
+ }
174
+
170
175
.selectricItems ul ,.selectricItems li {
171
176
list-style : none ;
172
177
padding : 0 ;
@@ -337,4 +342,4 @@ $('select').selectric('init'); // Reinitialize the plugin
337
342
* Chrome
338
343
* Safari
339
344
* Internet Explorer 7+
340
- * Opera
345
+ * Opera
You can’t perform that action at this time.
0 commit comments