oh DARN!! that visualjquery site is great! who made it? nice work.
----- Original Message ----
From: Matt Stith <[EMAIL PROTECTED]>
To: [email protected]
Sent: Monday, April 9, 2007 10:20:30 PM
Subject: [jQuery] Re: slide window to a set height??
Yep! Check out the .animate method!
$(stuff).animate({height:30},speed,callback);
You might wanna bookmark www.visualjquery.com, its the best way to browse the
wonders of jQuery!
On 4/10/07, sspboyd <[EMAIL PROTECTED]
> wrote:
Hi,
I have looked at the docs and examples but I'm not sure if this is
possible.
Can I slide a window to a specified height?
For example, say I have a div that is 100px high. Can I animate it to
slide up so that it is only 30px high??
Thanks,
Steve