PHP Classes

File: vendors/gentelella/vendors/jquery/src/css/var/isHidden.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/jquery/src/css/var/isHidden.js   Download  
File: vendors/gentelella/vendors/jquery/src/css/var/isHidden.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 362 bytes
 

Contents

Class file image Download
define( [ "../../core", "../../selector" // css is assumed ], function( jQuery ) { return function( elem, el ) { // isHidden might be called from jQuery#filter function; // in that case, element will be second argument elem = el || elem; return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); }; } );