Sounds like "Cookbook" type information: http://docs.jquery.com/Cookbook
Hey, that page even exists already. Someone should add common stuff to it. Maybe, "How do I check if a jQuery object has a particular class" too. --Erik On 6/8/07, Matt Stith <[EMAIL PROTECTED]> wrote:
Hmmm.. I think we need some sort of "How do i..." page on the jquery website... Ive seen some of the same questions, like this one, asked over and over On 6/8/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > The dimensions plugin extends the built-in height and width methods to > work on the window and document. You can use them like this: > > $(window).width() or $(window).height() > $(document).width() or $(document).height() > > http://jquery.com/plugins/project/Dimensions > > -- > Brandon Aaron > > On 6/8/07, moazzamk <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > Does anyone know how to get the height and width of a window. In > > Firefox, I can do this.innerHeight and it wil show it but it requires > > a lot of code in IE. If anyone can tell me how to do it with jquery, > > I'd really appreciate it. > > > > Thanks, > > Moazzam > > > > >