malihu-custom-scrollbar-plugin
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "malihu-custom-scrollbar-plugin", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"author": "malihu (http://manos.malihu.gr)", | ||
@@ -23,2 +23,3 @@ "description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support user defined callbacks etc.", | ||
"jquery.mCustomScrollbar.js", | ||
"jquery.mCustomScrollbar.concat.min.js", | ||
"jquery.mCustomScrollbar.css", | ||
@@ -25,0 +26,0 @@ "mCSB_buttons.png", |
malihu custom scrollbar plugin | ||
================================ | ||
Highly customizable custom scrollbar jQuery plugin. Features include: | ||
Highly customizable custom scrollbar jQuery plugin ([Demo](http://manos.malihu.gr/repository/custom-scrollbar/demo/examples/complete_examples.html)). Features include: | ||
@@ -16,13 +16,17 @@ * Vertical and/or horizontal scrollbar(s) | ||
**[Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller/)** ([Changelog](http://manos.malihu.gr/jquery-custom-content-scroller/2/)) | ||
#### Installation | ||
npm: `npm install malihu-custom-scrollbar-plugin` | ||
Bower: `bower install malihu-custom-scrollbar-plugin` | ||
npm: `npm install malihu-custom-scrollbar-plugin` | ||
[Manual](http://manos.malihu.gr/jquery-custom-content-scroller/#get-started-section) | ||
#### Usage | ||
`$(selector).mCustomScrollbar();` | ||
Manual: `$(selector).mCustomScrollbar();` | ||
###### Using with [Browserify](http://browserify.org/) | ||
[Browserify](http://browserify.org/): | ||
@@ -32,7 +36,22 @@ var $ = require('jquery'); | ||
[webpack](https://webpack.github.io/): | ||
#### For more information | ||
npm install imports-loader | ||
npm install jquery-mousewheel | ||
npm install malihu-custom-scrollbar-plugin | ||
* [Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller) | ||
module.exports = { | ||
module: { | ||
loaders: [ | ||
{ test: /jquery-mousewheel/, loader: "imports?define=>false&this=>window" }, | ||
{ test: /malihu-custom-scrollbar-plugin/, loader: "imports?define=>false&this=>window" } | ||
] | ||
} | ||
}; | ||
var $ = require('jquery'); | ||
require("jquery-mousewheel")($); | ||
require('malihu-custom-scrollbar-plugin')($); | ||
Requirements | ||
@@ -39,0 +58,0 @@ ------------------------- |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202049
6
3288
82
1