[jQuery] Re: .stop in it's own sentence?

2008-07-24 Thread Cloudream
.stop(); do not forget () Geir wrote: Hi! Is it right that I have to put .stop in it's own sentence? Like: $('#K_meny li') .stop; $('#K_meny li').animate({.. } , 1000); And not: $('#K_meny li') .stop.animate({.. } , 1000); I've got some errors with

[jQuery] Re: .stop in it's own sentence?

2008-07-22 Thread Geir
Oh. Thanks! So then I can have it in one sentence? On Jul 22, 12:10 pm, Cloudream [EMAIL PROTECTED] wrote: .stop(); do not forget () Geir wrote: Hi! Is it right that I have to put .stop in it's own sentence? Like:                 $('#K_meny li') .stop;                 $('#K_meny

[jQuery] Re: .stop in it's own sentence?

2008-07-22 Thread Geir
Works! Thanks again! On Jul 22, 12:10 pm, Cloudream [EMAIL PROTECTED] wrote: .stop(); do not forget () Geir wrote: Hi! Is it right that I have to put .stop in it's own sentence? Like:                 $('#K_meny li') .stop;                 $('#K_meny li').animate({.. } , 1000);