|
1 | 1 | /** |
2 | 2 | * jquery-bootstrap-scrolling-tabs |
3 | | - * @version v1.2.1 |
| 3 | + * @version v1.2.2 |
4 | 4 | * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs |
5 | 5 | * @author Mike Jacobson <michaeljjacobson1@gmail.com> |
6 | 6 | * @license MIT License, http://www.opensource.org/licenses/MIT |
|
93 | 93 | * set to true if you want the left scroll arrow to |
94 | 94 | * slide the tabs left instead of right, and the right |
95 | 95 | * scroll arrow to slide the tabs right. |
| 96 | + * enableSwiping: |
| 97 | + * set to true if you want to enable horizontal swiping |
| 98 | + * for touch screens. This simply enables horizontal |
| 99 | + * scrolling--and therefore the horizontal scrollbar--for |
| 100 | + * the tabs. For WebKit-based browsers, the scrollbar |
| 101 | + * will then be hidden via CSS (because the plugin will |
| 102 | + * add CSS class scrtabs-allow-scrollbar to the parent |
| 103 | + * element) but for browsers that don't support |
| 104 | + * ::-webkit-scrollbar, the scrollbar will be visible. |
96 | 105 | * widthMultiplier: |
97 | 106 | * set to a value less than 1 if you want the tabs |
98 | 107 | * container to be less than the full width of its |
|
124 | 133 | * and cssClassRightArrow settings. |
125 | 134 | * For example, if you wanted to use svg icons, you |
126 | 135 | * could set them like so: |
127 | | - |
| 136 | + * |
128 | 137 | * leftArrowContent: [ |
129 | 138 | * '<div class="custom-arrow">', |
130 | 139 | * ' <svg class="icon icon-point-left">', |
|
0 commit comments