Andreas F. Bobak
Results
3
issues of
Andreas F. Bobak
Basically I'm trying to do this: ``` javascript $("input").fire("keydown", { type: "keydown", keyCode: 191 }); ``` If I read the code correctly it should fix the half-baked event I pass...