MCPcopy Create free account
hub / github.com/unconed/TermKit / visible

Function visible

HTML/external/jquery-ui/development-bundle/ui/jquery.ui.core.js:177–182  ·  view source on GitHub ↗
( element )

Source from the content-addressed store, hash-verified

175
176// selectors
177function visible( element ) {
178 return !$( element ).parents().andSelf().filter(function() {
179 return $.curCSS( this, "visibility" ) === "hidden" ||
180 $.expr.filters.hidden( this );
181 }).length;
182}
183
184$.extend( $.expr[ ":" ], {
185 data: function( elem, i, match ) {

Callers 1

jquery.ui.core.jsFile · 0.70

Calls 1

$Function · 0.85

Tested by

no test coverage detected