4

I had hoped that

$("#element").focus();

or

$("#element").click();

Would work but no luck.

Any Ideas?

Dale
  • 141
  • 6

1 Answers1

-2

If $("#element") is an input or textarea field, then yes, this will cause the keyboard to appear. But only in those cases (not sure about contenteditable divs...).

maxedison
  • 17,243
  • 14
  • 67
  • 114