I had hoped that
$("#element").focus();
or
$("#element").click();
Would work but no luck.
Any Ideas?
I had hoped that
$("#element").focus();
or
$("#element").click();
Would work but no luck.
Any Ideas?
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...).