scrollbarwidth

v0.1.3
Get scrollbar width.
scrollbarWidth plugin scrollbar scrollbar-width scroll

scrollbarWidth.js

Get scrollbar width.

ScrollbarWidth.js

Use

  • Set scrollbarWidth.js.
<script src="scrollbarWidth.min.js"></script>
  • Init function & get scrollbar width.
// Init web global
scrollbarWidth(); // 17

// You can also use with jQuery
$.scrollbarWidth(); // 17

// Or AMD/Node/CommonJS
var scrollbarWidth = require('scrollbarWidth');

scrollbarWidth(); // 17

License

Released under the MIT license.

npm i scrollbarwidth

Metadata

  • MIT
  • Whatever
  • Felix Exter
  • released 10/10/2017

Downloads

Maintainers