You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
<!doctype html><htmllang="en-US"><head><scriptsrc="https://rawgit.com/keithamus/jwerty/master/jwerty.js"></script></head><body><formid="myform"><inputtype="text"><textarea>
aa
bb
</textarea></form><script>jwerty.fire('a','input','#myForm');jwerty.fire('ctrl+a','textarea');</script></body></html>
After loading the page, I don't see an a in the input, or the textarea contents selected.
Does fire only trigger bound events? If so, that should be mentioned in the docs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JSBin
After loading the page, I don't see an
a
in the input, or thetextarea
contents selected.Does
fire
only trigger bound events? If so, that should be mentioned in the docs.The text was updated successfully, but these errors were encountered: