'getClientRects()' Example : getClientRects « Style Layout « JavaScript DHTML






'getClientRects()' Example

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

    
      
      








Related examples in the same category