JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "_evalUrl.js"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/jquery/src/manipulation/_evalUrl.js
File size: 356 bytes
MIME-type: text/plain
Charset: utf-8
define( [
"../ajax"
], function( jQuery ) {
"use strict";
jQuery._evalUrl = function( url ) {
return jQuery.ajax( {
url: url,
// Make this explicit, since user can override this through ajaxSetup (#11264)
type: "GET",
dataType: "script",
cache: true,
async: false,
global: false,
"throws": true
} );
};
return jQuery._evalUrl;
} );