2

How to track keyup/keydown events in Javascript in iPhone browsers, basically I need to move the focus automatically to next form element once the end user has keyed-in maximum no of characters in a text box.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Shan
  • 521
  • 2
  • 8
  • 28

1 Answers1

0

'tap' event in jquery mobile solved this.

Shan
  • 521
  • 2
  • 8
  • 28