@@ -44,12 +44,15 @@ $('select').selectBox({
44
44
45
45
## Settings
46
46
47
- | Key | Default | Values | Description |
48
- | ---------------| :-------------:| ---------------------------:| -------------------------------------------------:|
49
- | mobile | ` false ` | Boolean | Disables the widget for mobile devices |
50
- | menuTransition | ` default ` | ` default ` , ` slide ` , ` fade ` | The show/hide transition for dropdown menus |
51
- | menuSpeed | ` normal ` | ` slow ` , ` normal ` , ` fast ` | The show/hide transition speed |
52
- | loopOptions | ` false ` | Boolean | Flag to allow arrow keys to loop through options |
47
+ | Key | Default | Values | Description |
48
+ | --------------------------| :-------------:| ---------------------------:| ------------------------------------------------------------------------------:|
49
+ | mobile | ` false ` | Boolean | Disables the widget for mobile devices |
50
+ | menuTransition | ` default ` | ` default ` , ` slide ` , ` fade ` | The show/hide transition for dropdown menus |
51
+ | menuSpeed | ` normal ` | ` slow ` , ` normal ` , ` fast ` | The show/hide transition speed |
52
+ | loopOptions | ` false ` | Boolean | Flag to allow arrow keys to loop through options |
53
+ | topPositionCorrelation | ` 0 ` | Integer | Will be plused to top position if droplist will be show at the top |
54
+ | bottomPositionCorrelation | ` 0 ` | Integer | Will be substracted from top position if droplist will be shown at the bottom |
55
+ | hideOnWindowScroll | ` true ` | Boolean | If false then showed droplist will not hide itself on window scroll event |
53
56
54
57
55
58
To specify settings after the init, use this syntax:
@@ -153,4 +156,4 @@ $('select').selectBox().change(function () {
153
156
154
157
## Credits
155
158
156
- Original plugin by Cory LaViska of A Beautiful Site, LLC. (http://www.abeautifulsite.net/)
159
+ Original plugin by Cory LaViska of A Beautiful Site, LLC. (http://www.abeautifulsite.net/ )
0 commit comments