# jquery.scrollbar

> Cross-browser CSS customizable scrollbar

Latest version **0.2.11** (published 2016-10-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install jquery.scrollbar
pnpm add jquery.scrollbar
yarn add jquery.scrollbar
bun add jquery.scrollbar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.11 |
| Published | 2016-10-17 |
| First published | 2015-05-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 750 |
| Author | Yuriy Khabarov |
| Maintainers | aaronroberson, gromo |
| Keywords | jquery, scrollbar, angular, textarea |

## Links

- npm: https://www.npmjs.com/package/jquery.scrollbar
- Repository: https://github.com/gromo/jquery.scrollbar
- Issues: https://github.com/gromo/jquery.scrollbar/issues
- npm.io page: https://npm.io/package/jquery.scrollbar

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.2.11 (latest) — 2016-10-17
- 0.2.10 — 2016-01-18
- 0.2.7 — 2015-05-15

## README

<h1>jQuery Scrollbar</h1>

Cross-browser CSS customizable scrollbar with advanced features:
<ul>
    <li>Easy to implement</li>
    <li>No fixed height or width</li>
    <li>Responsive design support</li>
    <li>CSS customizable</li>
    <li>Standard scroll behavior</li>
    <li>Vertical, horizontal or both scrollbars</li>
    <li>Automatically reinitialize scrollbar</li>
    <li>External scrollbars support</li>
    <li>Browser support: IE7+, Firefox<sup>1</sup>, Opera, Chrome, Safari</li>
    <li>jQuery Scrollbar as Angular.JS directive</li>
    <li>Textarea scrollbar</li>
    <li>RTL support<sup>2</sup></li>
</ul>

<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/basic.html">Basic Scrollbars Demo</a></h4>
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/advanced.html">Advanced Scrollbars Demo</a></h4>
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/angular.html">jQuery Scrollbar as Angular.JS directive</a></h4>

<h4><a href="http://gromo.github.io/jquery.scrollbar/">Documentation</a></h4>
<h4><a href="https://github.com/gromo/jquery.scrollbar/blob/master/CHANGELOG.md">Changelog</a></h4>
<h4><a href="https://github.com/gromo/jquery.scrollbar/archive/gh-pages.zip">Download</a></h4>

<sup>1</sup> There is known issue that native browser scrollbar cannot be hidden in Firefox on Apple devices, so this plugin is not initialized and you will see native scrollbars.
<sup>2</sup> Experimental support in master branch, styles for scrollbars are not updated

---
_Source: https://npm.io/package/jquery.scrollbar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
