version 1.4.3

This commit is contained in:
Rene
2018-04-17 21:53:09 +02:00
parent 9ae65fde91
commit 47442f91b2
8 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ Include **OverlayScrollbars.css** and **OverlayScrollbars.js** to your HTML file
<script type="text/javascript" src="path/to/OverlayScrollbars.js"></script>
```
If you are using the jQuery version include [jQuery](https://jquery.com/) before the plugin and use **jquery.overlayScrollbars.js**
If you are using the jQuery version, include [jQuery](https://jquery.com/) before the plugin and use **jquery.overlayScrollbars.js**
```html
<!-- Plugin CSS -->
@@ -82,7 +82,7 @@ $(function() {
});
```
jQuery initialization (will only work with the jQuery version):
jQuery initialization:
```js
$(function() {
//The passed argument has to be at least a empty object or a object with your desired options