[jQuery] Re: animating multiple items at the same time

2007-10-09 Thread petrozza
by classname. Or put > them all in a parent container and reference them with child selectors: > > $('#container div') > > andy > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of petrozza > Se

[jQuery] animating multiple items at the same time

2007-10-09 Thread petrozza
Hi! I am relatively new to jQuery and recently ran into the following problem. Let's say I have a few DIVs of the same dimensions on top of each other. I need to expand/shrink them at the same time. I tried running a loop through these DIVs and doing something like: for(i=0;i<5;i++){ $('#divid'+

[jQuery] Re: animating multiple items at the same time

2007-10-09 Thread petrozza
as part of a group by classname. Or put > them all in a parent container and reference them with child selectors: > > $('#container div') > > andy > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of petrozza &

[jQuery] Re: animating multiple items at the same time

2007-10-09 Thread petrozza
lassname. Or put > them all in a parent container and reference them with child selectors: > > $('#container div') > > andy > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of petrozza > Sent: Tuesd

[jQuery] Re: animating multiple items at the same time

2007-10-09 Thread petrozza
ginal Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of petrozza > Sent: Tuesday, October 09, 2007 9:17 AM > To: jQuery (English) > Subject: [jQuery] animating multiple items at the same time > > Hi! I am relatively new to jQuery and r

[jQuery] animating multiple items at the same time

2007-10-09 Thread petrozza
Hi! I am relatively new to jQuery and recently ran into the following problem. Let's say I have a few DIVs of the same dimensions on top of each other. I need to expand/shrink them at the same time. I tried running a loop through these DIVs and doing something like: for(i=0;i<5;i++){ $('#divid'+