MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isHidden

Function isHidden

static/wangEditor/js/lib/jquery-2.2.1.js:4171–4178  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

4169var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
4170
4171var isHidden = function( elem, el ) {
4172
4173 // isHidden might be called from jQuery#filter function;
4174 // in that case, element will be second argument
4175 elem = el || elem;
4176 return jQuery.css( elem, "display" ) === "none" ||
4177 !jQuery.contains( elem.ownerDocument, elem );
4178 };
4179
4180
4181

Callers 3

showHideFunction · 0.70
jquery-2.2.1.jsFile · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected