【发布时间】:2013-09-14 10:04:21
【问题描述】:
我尝试过没有动画的焦点,它的工作完美。 像这样:
document.forms['search_form'].elements['search'].focus()
我想做什么?:
I am using Animation (Which is working Perfect). So how can i set Focus into
the **textfield** with Animation.
这样做的目的:
So that i dont have to click into the textfield for typing anything in it.
这是我的代码演示:
【问题讨论】:
标签: jquery animation onclick focus textfield