MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / isHidden

Function isHidden

notes/docsify/unpkg/gotop/jquery-2.1.0.js:3963–3968  ·  view source on GitHub ↗
( elem, el )

Source from the content-addressed store, hash-verified

3961var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
3962
3963var isHidden = function( elem, el ) {
3964 // isHidden might be called from jQuery#filter function;
3965 // in that case, element will be second argument
3966 elem = el || elem;
3967 return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
3968 };
3969
3970var rcheckableType = (/^(?:checkbox|radio)$/i);
3971

Callers 3

showHideFunction · 0.85
jquery-2.1.0.jsFile · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected