MCPcopy Create free account
hub / github.com/JsAaron/jQuery / safeActiveElement

Function safeActiveElement

2.1.1/test/jquery-2.1.1.js:4047–4051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4045}
4046
4047function safeActiveElement() {
4048 try {
4049 return document.activeElement;
4050 } catch ( err ) { }
4051}
4052
4053/*
4054 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected