We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4710e13 commit d6b0199Copy full SHA for d6b0199
readme.md
@@ -23,6 +23,12 @@ npm: `npm install malihu-custom-scrollbar-plugin`
23
24
`$(selector).mCustomScrollbar();`
25
26
+###### Using with [Browserify](http://browserify.org/)
27
+
28
+ var $ = require('jquery');
29
+ require('malihu-custom-scrollbar-plugin')($);
30
31
32
#### For more information
33
34
* [Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller)
0 commit comments