Skip to content
Get the value equivalent to window.scrollMaxY
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
src
.editorconfig
.gitattributes
.gitignore
.jshintrc
.npmignore
.travis.yml
LICENSE
README.md
bower.json
component.json
gulpfile.js
package.json
test.js

README.md

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.

Something went wrong with that request. Please try again.