You can search for string

// Get document width or height

in jQuery source: http://code.jquery.com/jquery-1.4.2.js

On Sun, Sep 19, 2010 at 12:06, Dmitry Gusev <dmitry.gu...@gmail.com> wrote:

> Take a look at implementation details of width/height in jQuery:
>
> $(document).width();
> $(document).height();
>
> This should give you what you want.
>
> See also:
> http://stackoverflow.com/questions/838137/jquery-change-height-based-on-browser-size-resize
>
> On Sun, Sep 19, 2010 at 11:44, Charith Madusanka <charithc...@gmail.com>wrote:
>
>> I want page width and hight how I get it?
>>
>
>
>
> --
> Dmitry Gusev
>
> AnjLab Team
> http://anjlab.com
>



-- 
Dmitry Gusev

AnjLab Team
http://anjlab.com

Reply via email to