MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / safeActiveElement

Function safeActiveElement

notes/docsify/unpkg/gotop/jquery-2.1.0.js:4011–4015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4009}
4010
4011function safeActiveElement() {
4012 try {
4013 return document.activeElement;
4014 } catch ( err ) { }
4015}
4016
4017/*
4018 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected