Mega Code Archive

 
Categories / JavaScript DHTML / Style Layout
 

GetClientRects() Example

<html> <body> <button onclick="alert(this.getClientRects().length);">Client Rect</button> </body> </html>