malihu-custom-scrollbar-plugin

WebJar for malihu-custom-scrollbar-plugin

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

malihu-custom-scrollbar-plugin
Last Version

Last Version

3.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

malihu-custom-scrollbar-plugin
WebJar for malihu-custom-scrollbar-plugin
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/malihu/malihu-custom-scrollbar-plugin

Download malihu-custom-scrollbar-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/malihu-custom-scrollbar-plugin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>malihu-custom-scrollbar-plugin</artifactId>
    <version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/malihu-custom-scrollbar-plugin/
implementation 'org.webjars.npm:malihu-custom-scrollbar-plugin:3.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/malihu-custom-scrollbar-plugin/
implementation ("org.webjars.npm:malihu-custom-scrollbar-plugin:3.1.5")
'org.webjars.npm:malihu-custom-scrollbar-plugin:jar:3.1.5'
<dependency org="org.webjars.npm" name="malihu-custom-scrollbar-plugin" rev="3.1.5">
  <artifact name="malihu-custom-scrollbar-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='malihu-custom-scrollbar-plugin', version='3.1.5')
)
libraryDependencies += "org.webjars.npm" % "malihu-custom-scrollbar-plugin" % "3.1.5"
[org.webjars.npm/malihu-custom-scrollbar-plugin "3.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery-mousewheel jar [3.0.6,)

Project Modules

There are no modules declared in this project.

malihu custom scrollbar plugin

Highly customizable custom scrollbar jQuery plugin (Demo). Features include:

  • Vertical and/or horizontal scrollbar(s)
  • Adjustable scrolling momentum
  • Mouse-wheel, keyboard and touch support
  • Ready-to-use themes and customization via CSS
  • RTL direction support
  • Option parameters for full control of scrollbar functionality
  • Methods for triggering actions like scroll-to, update, destroy etc.
  • User-defined callbacks
  • Selectable/searchable content

Plugin homepage and documentation (Changelog)

Installation

npm: npm install malihu-custom-scrollbar-plugin

Bower: bower install malihu-custom-scrollbar-plugin

Manual

Usage

Manual: $(selector).mCustomScrollbar();

Browserify:

var $ = require('jquery');
require('malihu-custom-scrollbar-plugin')($);

webpack:

npm install imports-loader
npm install jquery-mousewheel
npm install malihu-custom-scrollbar-plugin

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

jQuery version 1.6.0 or higher

Browser compatibility

  • Internet Explorer 8+
  • Firefox
  • Chrome
  • Opera
  • Safari
  • iOS
  • Android
  • Windows Phone

License

MIT License (MIT)

http://opensource.org/licenses/MIT

Donate

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UYJ5G65M6ZA28

Versions

Version
3.1.5
3.0.9