MCPcopy
hub / github.com/mongodb/node-mongodb-native / isHidden

Function isHidden

docs/2.2/js/jquery.js:6839–6844  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

6837}
6838
6839function isHidden( elem, el ) {
6840 // isHidden might be called from jQuery#filter function;
6841 // in that case, element will be second argument
6842 elem = el || elem;
6843 return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
6844}
6845
6846function showHide( elements, show ) {
6847 var display, elem, hidden,

Callers 3

showHideFunction · 0.70
jquery.jsFile · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected