[jQuery] Re: invalid object initializer. Pls Help

2009-08-20 Thread NotoriousWebmaster
Yeah, I found that later in the day. Thx, I appreciate yr help. - AAA On Aug 20, 8:25 pm, Jules wrote: > The first parameter format for Animate should be > {width:'100px'} instead of {width, '100px'} > > On Aug 21, 2:07 am, NotoriousWebmaster > wrote: > > > I'm trying to animate a couple of

[jQuery] Re: invalid object initializer. Pls Help

2009-08-20 Thread Jules
The first parameter format for Animate should be {width:'100px'} instead of {width, '100px'} On Aug 21, 2:07 am, NotoriousWebmaster wrote: > I'm trying to animate a couple of fields in a form.  When the focus > lands on field A it grows to 300px and fieldB shrinks to 100px.  When > focus lands o