Module-documentationProvides several sugar-methods to handle size and positioning of the window
With nodejs:
Create your project using this package.json. After downloaded, run npm install and start writing your application:
var ITSA = require('itsa');In the browser:
For browser-usage, ITSA has a predefined loaderfiles. Once included, a global ITSA object with default features is available. For customized loaderfiles, read: Customized build.
<script src="/itsabuild-min.js"></script><script>
</script>Gets the left-scroll offset of the window.
Gets the top-scroll offset of the window.
Gets the width of the window.
Gets the height of the window.
Table of Contents