I searched all through my code and can't find anything that is telling jQuery dialog 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
I searched all through my code and can't find anything that is telling jQuery dialog 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.