MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / safeActiveElement

Function safeActiveElement

libs/jquery-3.5.1/jquery-2.2.4.js:4440–4444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4438// Support: IE9
4439// See #13393 for more info
4440function safeActiveElement() {
4441 try {
4442 return document.activeElement;
4443 } catch ( err ) { }
4444}
4445
4446function on( elem, types, selector, data, fn, one ) {
4447 var origFn, type;

Callers 1

jquery-2.2.4.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected