Check out the "animate" method:

  http://docs.jquery.com/Effects

You use it something like this:

  $('#theDiv').animate( { height: 200 }, 500 );

Karl Rudd

On 2/14/07, howard chen <[EMAIL PROTECTED]> wrote:
> seems this is a basic effect which didn't cover in the jquery effect methods?
>
> thx
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to