PHP Classes

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

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

Contents

Class file image Download
define([ "../ajax" ], function( jQuery ) { jQuery._evalUrl = function( url ) { return jQuery.ajax({ url: url, type: "GET", dataType: "script", async: false, global: false, "throws": true }); }; return jQuery._evalUrl; });