Javascript Global Triggers
Hello, this might seem a little weird. What I am trying to do is global triggers (Without JQuery)
EG: once an element gets focus the event will be triggered.
I am not entirely sure how to explain this but let me know if this doesn't make sense.
Thanks,
- DW
NVM I figured it out.
document.addEventListener('focus', function() {}, true);
Stupid me.
-DW [Deadweight]
Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved
Bookmarks