$ npm install scrollbarwidth
Get scrollbar width.
<script src="scrollbarWidth.min.js"></script>
// Init web global
scrollbarWidth(); // 17
// You can also use with jQuery
$.scrollbarWidth(); // 17
// Or AMD/Node/CommonJS
var scrollbarWidth = require('scrollbarWidth');
scrollbarWidth(); // 17
Released under the MIT license.
© 2010 - cnpmjs.org x YWFE | Home | YWFE