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.
精彩评论