get-scrollmax-y
v1.0.0
Published
Get the value equivalent to window.scrollMaxY
Downloads
7
Maintainers
Readme
get-scrollmax-y.js
Cross-browser library to get the value equivalent to window.scrollMaxY
Installation
Package managers
Bower
bower i --save get-scrollmax-y
npm
npm i --save get-scrollmax-y
Duo
var getScrollMaxY = require('shinnn/get-scrollmax-y.js');
Standalone
Download the script file directly.
AMD support
This repository includes the AMD-friendly build but the package managers doesn't include it. If you want to use it, download it directly.
API
getScrollMaxY()
Return: Number
License
Copyright (c) 2014 Shinnosuke Watanabe
Licensed under the MIT License.