'getClientRects()' Example : getClientRects « Style Layout « JavaScript DHTML
- JavaScript DHTML
- Style Layout
- getClientRects
'getClientRects()' Example
<html>
<body>
<button onclick="alert(this.getClientRects().length);">Client Rect</button>
</body>
</html>
Related examples in the same category