How on earth do I start getting these emails out of the blue! I've checked, I'm not member of this group. Can anyone tell me how to cancel it?
-----Original Message----- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of shenry Sent: Thursday, August 27, 2009 10:56 AM To: jQuery (English) Subject: [jQuery] Re: focus() killed by return false; Thanks Ianxiazhi, that works. Why is it that I need to call focus from its own callback? Like I said, I'm very new to JS/jquery so any insight is appreciated. -S On Aug 27, 12:14 am, lanxiazhi <lanxia...@gmail.com> wrote: > function loginCallback() {//add a callback function to this animation,where > the focus take place. > $("#login_form").show("slide", null, 1000); }