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 was 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.
JSBin
After loading the page, I don't see an
ain the input, or thetextareacontents selected.Does
fireonly trigger bound events? If so, that should be mentioned in the docs.