MCPcopy
hub / github.com/RubyLouvre/anu / isHidden

Function isHidden

test/jquery.js:4303–4310  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

4301var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
4302
4303var isHidden = function( elem, el ) {
4304
4305 // isHidden might be called from jQuery#filter function;
4306 // in that case, element will be second argument
4307 elem = el || elem;
4308 return jQuery.css( elem, "display" ) === "none" ||
4309 !jQuery.contains( elem.ownerDocument, elem );
4310 };
4311
4312
4313

Callers 3

showHideFunction · 0.85
jquery.jsFile · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected