MCPcopy Index your code
hub / github.com/sql-js/sql.js / isHidden

Function isHidden

documentation/javascript/application.js:7334–7337  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

7332}
7333
7334function isHidden( elem, el ) {
7335 elem = el || elem;
7336 return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
7337}
7338
7339function showHide( elements, show ) {
7340 var elem, display,

Callers 3

showHideFunction · 0.85
application.jsFile · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…