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

Function safeActiveElement

static/wangEditor/js/lib/jquery-2.2.1.js:4435–4439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected