PHP Classes

File: vendors/gentelella/vendors/select2/src/js/jquery.shim.js

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

Contents

Class file image Download
/* global jQuery:false, $:false */ define(function () { var _$ = jQuery || $; if (_$ == null && console && console.error) { console.error( 'Select2: An instance of jQuery or a jQuery-compatible library was not ' + 'found. Make sure that you are including jQuery before Select2 on your ' + 'web page.' ); } return _$; });