'getClientRects()' Example : getClientRects « Javascript Methods « JavaScript Reference

'getClientRects()' Example

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

    
      
      

Related examples in the same category

1.'getClientRects()' Syntax, Parameters and Note
2.'getClientRects()' is applied to