What is the best way to simulate a user entering text in a text input box in JS and/or jQuery?
I don\'t want to actually put text in the input box,
You're now able to do:
var e = $.Event("keydown", {keyCode: 64});