Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JsAaron/jQuery
/ safeActiveElement
Function
safeActiveElement
2.0.3/2.0.3.js:4332–4336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4330
}
4331
4332
function
safeActiveElement() {
4333
try {
4334
return
document.activeElement;
4335
} catch ( err ) { }
4336
}
4337
4338
/*
4339
* Helper functions
for
managing events -- not part of the public
interface
.
Callers
1
2.0.3.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected