APL functions to retrieve properties of elements
APL functions to retrieve properties of elements would be very helpful.
For example:
Document.getScrollTop();
Element.getOffsetTop('id')
Element.getOffsetLeft('id')
Element.getWidth('id')
Element.getHeight('id')
7
votes
