PHP Classes

File: vendors/gentelella/vendors/jquery/src/manipulation/setGlobalEval.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/jquery/src/manipulation/setGlobalEval.js   Download  
File: vendors/gentelella/vendors/jquery/src/manipulation/setGlobalEval.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: 366 bytes
 

Contents

Class file image Download
define( [ "../data/var/dataPriv" ], function( dataPriv ) { // Mark scripts as having already been evaluated function setGlobalEval( elems, refElements ) { var i = 0, l = elems.length; for ( ; i < l; i++ ) { dataPriv.set( elems[ i ], "globalEval", !refElements || dataPriv.get( refElements[ i ], "globalEval" ) ); } } return setGlobalEval; } );