1.0.0 • Published 10 years ago

get-scrollmax-y v1.0.0

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

get-scrollmax-y.js

Bower version NPM version Build Status devDependency Status

browser support

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.