🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

org.webjars.npm:jscrollpane

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.npm:jscrollpane

WebJar for jscrollpane

2.0.22
Source
Maven
Version published
Maintainers
1
Source

#jScrollPane - cross browser custom scrollbars

jScrollPane is a jQuery plugin which allows you to replace a browser's default scrollbars (on an element which has overflow: auto) with a HTML structure that can be easily skinned using CSS.

To see a bunch of examples of jScrollPane in action please visit the jScrollPane website. All of the code for the website is available from this repository so please feel free to download and use it!

##Contributing

There is a simple grunt based build script which will help to produce a minified version of jScrollPane if you make any modifications and want to submit a pull request. You can find it in the build/ directory.

To use it first make sure you have node, npm and the grunt-cli module installed:

npm install -g grunt-cli

Then:

cd build
grunt

Please remember to update the changelog in the comment at the header of both JS files when submitting a pull request.

FAQs

Package last updated on 07 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts