DiviArea.Utils.getClientRect(elem)
Returns a rect for the first element in the jQuery object.
Params
elem
- A jQuery element.
Returns
An object with details about the client rectangle (top, left, right, bottom, width, height).
Notes
No notes