MCPcopy Create free account
hub / github.com/TruthHun/DocHub / visible

Function visible

static/Home/default/js/flat-ui.js:153–158  ·  view source on GitHub ↗
( element )

Source from the content-addressed store, hash-verified

151}
152
153function visible( element ) {
154 return $.expr.filters.visible( element ) &&
155 !$( element ).parents().addBack().filter(function() {
156 return $.css( this, "visibility" ) === "hidden";
157 }).length;
158}
159
160$.extend( $.expr[ ":" ], {
161 data: $.expr.createPseudo ?

Callers 1

focusableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected