开发者

jQuery - When I open a UI Dialog, the focus is happening on the 2nd Input

开发者 https://www.devze.com 2023-02-07 04:48 出处:网络
I searched all through my code and can\'t find anything that is telling jQuery dialog 开发者_C百科to focus on the 2nd input box. Any ideas on how to debug this, so I can figure out where the focus eve

I searched all through my code and can't find anything that is telling jQuery dialog 开发者_C百科to focus on the 2nd input box. Any ideas on how to debug this, so I can figure out where the focus event is coming from?

Thanks


Try setting the tabindex of your inputs.
See this helpful and partially related StackOverflow discussion.

0

精彩评论

暂无评论...
验证码 换一张
取 消