1

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

AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012

1 Answers1

1

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

Community
  • 1
  • 1
nybbler
  • 4,793
  • 28
  • 23