MCPcopy Index your code
hub / github.com/idank/explainshell / isHidden

Function isHidden

explainshell/web/static/js/jquery.js:6662–6667  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

6660}
6661
6662function isHidden( elem, el ) {
6663 // isHidden might be called from jQuery#filter function;
6664 // in that case, element will be second argument
6665 elem = el || elem;
6666 return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
6667}
6668
6669function showHide( elements, show ) {
6670 var display, elem, hidden,

Callers 3

showHideFunction · 0.85
jquery.jsFile · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected