On 01/12/06, Glen Lipka <[EMAIL PROTECTED]> wrote:
> var dimensions = {width: 0, height: 0};
> if (document.documentElement) {
> dimensions.width =
> document.documentElement.offsetWidth;
> dimensions.height =
> document.documentElement.offsetHeight ;
> } else if (window.innerWidth && window.innerHeight) {
> dimensions.width = window.innerWidth;
> dimensions.height = window.innerHeight;
> }
>
> Where is the dimensions plugin? I cant find the link.
>
> Glen
Available via SVN:
http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/