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

Function safeActiveElement

2.1.1/test/jquery-1.11.1.js:4265–4269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4263}
4264
4265function safeActiveElement() {
4266 try {
4267 return document.activeElement;
4268 } catch ( err ) { }
4269}
4270
4271/*
4272 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery-1.11.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected