[jQuery] Re: get hover function behave right

2009-07-18 Thread runrunforest
Thank you, do as you said and it works.

[jQuery] Re: get hover function behave right

2009-07-17 Thread Theodore Ni
Define var curwidth; var curheight; outside of any functions or jQuery blocks. Then, refer to them inside your functions without the var in front. Ted On Fri, Jul 17, 2009 at 1:01 PM, runrunforest wrote: > > make the curwidth and curheight variables global, could you help me? > >

[jQuery] Re: get hover function behave right

2009-07-17 Thread runrunforest
make the curwidth and curheight variables global, could you help me?

[jQuery] Re: get hover function behave right

2009-07-17 Thread Mean Mike
I think your problem has to do with scope int hat curwidth and curheight can only be seen inside the first function if you pass them in to the second function some how or set them as global values then you'll be ok Mean Mike On Jul 17, 5:59 am, runrunforest wrote: > Hi, > > I want to animate th