All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.relative-element-coords.js Maven / Gradle / Ivy

var rect = arguments[0].getBoundingClientRect();
return ['' + parseInt(rect.left), '' + parseInt(rect.top), '' + parseInt(rect
.width), '' + parseInt(rect.height), '' +  parseInt(arguments[0].scrollWidth),
'' + parseInt(arguments[0].scrollHeight)
];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy