All Downloads are FREE. Search and download functionalities are using the official Maven repository.

polyfills.Event.focusin.min.js Maven / Gradle / Ivy

The newest version!
this.addEventListener("focus",function(e){e.target.dispatchEvent(new Event("focusin",{bubbles:!0,cancelable:!0}))},!0),this.addEventListener("blur",function(e){e.target.dispatchEvent(new Event("focusout",{bubbles:!0,cancelable:!0}))},!0);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy