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
tinyjs features a small wrapper for standard DOM Events, allowing to bind and unbind them with ease and flexibility as well as the inclusion of pseudo Events.
Event (un-)binding (t.e, t().e)
This can either be called from the Methods or directly.
Event handler
The Event handler is stored in t.e.h and features some tiny normalisation for keyboard and mouse input.