Skip to content

Commit d855396

Browse files
committed
Update README
1 parent 965c759 commit d855396

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulati
44

55
* Keyboard navigation (Up/Down/Left/Right/Word search)
66
* Easily customizable
7-
* Pretty lightweight (3,4KB minified and less than 2KB minified/gzip)
7+
* Pretty lightweight
88
* Options box always stay visible
99
* Doesn't rely on external libraries (besides jQuery)
1010
* 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
1616
Make sure to include jQuery in your page:
1717

1818
```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>
2020
```
2121

2222
Include **jQuery Selectric:**
@@ -167,6 +167,11 @@ Put styles in your CSS and change it to your taste :D
167167
box-shadow: 0 0 10px -6px;
168168
}
169169

170+
.selectricAbove .selectricItems {
171+
top: auto;
172+
bottom: 100%;
173+
}
174+
170175
.selectricItems ul,.selectricItems li {
171176
list-style: none;
172177
padding: 0;
@@ -337,4 +342,4 @@ $('select').selectric('init'); // Reinitialize the plugin
337342
* Chrome
338343
* Safari
339344
* Internet Explorer 7+
340-
* Opera
345+
* Opera

0 commit comments

Comments
 (0)