File: README.md

Recommend this page to a friend!
  Classes of Mark Rolich   JS Measure   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: README
Class: JS Measure
Measure page area width and height interactively
Author: By
Last change: first commit
Date: 2 years ago
Size: 2,121 bytes
 

Contents

Class file image Download
Measurer.js ================= Measurer.js is a Javascript package allowing to measure dimensions of the objects on html page Demo is available at http://mark-rolich.github.com/Measurer.js Measurer.js requires Event.js and Dragdrop.js packages, which can be acquired at the following links: Event.js * Github - https://github.com/mark-rolich/Event.js * JS Classes - http://www.jsclasses.org/package/212-JavaScript-Handle-events-in-a-browser-independent-manner.html Dragdrop.js * Github - https://github.com/mark-rolich/Dragdrop.js * JS Classes - http://www.jsclasses.org/package/215-JavaScript-Handle-drag-and-drop-events-of-page-elements.html Measurer.js is available as a bookmarklet, please see bookmarklet.js and bookmarklet_ie.js provided with the package. Browser Compatibility -------------------- Currently tested in: * IE 8 * Chrome 24 * Firefox 18 Bug tracker ----------- Have a bug? Please create an issue here on GitHub! https://github.com/mark-rolich/Measurer.js/issues Copyright and License --------------------- The MIT License (MIT) Copyright (c) 2013 Mark Rolich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.