Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- clientWidth and clientHeight always returns zero for ie7
- <div id='aaa'>aaaaaa</div>
- var el = $('#aaa')[0];
- alert('Client width and height: '+ el.clientWidth + ' X ' + el.clientHeight);
Advertisement
Add Comment
Please, Sign In to add comment