Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JsAaron/jQuery
/ safeActiveElement
Function
safeActiveElement
2.1.1/test/other.js:1454–1458 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1452
}
1453
1454
function
safeActiveElement() {
1455
try {
1456
return
document.activeElement;
1457
} catch ( err ) { }
1458
}
1459
1460
/*
1461
* Helper functions
for
managing events -- not part of the public
interface
.
Callers
1
other.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected