MCPcopy Create free account
hub / github.com/TruthHun/BookStack / safeActiveElement

Function safeActiveElement

static/jquery/1.12.4/jquery.js:4769–4773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4767// Support: IE9
4768// See #13393 for more info
4769function safeActiveElement() {
4770 try {
4771 return document.activeElement;
4772 } catch ( err ) { }
4773}
4774
4775function on( elem, types, selector, data, fn, one ) {
4776 var origFn, type;

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected