PHP Classes

File: vendors/jquery/src/manipulation/_evalUrl.js

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

Contents

Class file image Download
define( [ "../ajax" ], function( jQuery ) { jQuery._evalUrl = function( url ) { return jQuery.ajax( { url: url, // Make this explicit, since user can override this through ajaxSetup (#11264) type: "GET", dataType: "script", async: false, global: false, "throws": true } ); }; return jQuery._evalUrl; } );