MCPcopy Create free account
hub / github.com/stemkoski/stemkoski.github.com / visible

Function visible

Three.js/js/jquery-ui.js:143–148  ·  view source on GitHub ↗
( element )

Source from the content-addressed store, hash-verified

141}
142
143function visible( element ) {
144 return $.expr.filters.visible( element ) &&
145 !$( element ).parents().addBack().filter(function() {
146 return $.css( this, "visibility" ) === "hidden";
147 }).length;
148}
149
150$.extend( $.expr[ ":" ], {
151 data: $.expr.createPseudo ?

Callers 1

focusableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected