File "_evalUrl-20241023023441.js"

Full Path: /srv/www/www.cadoro.it/src/lib/jquery/src/manipulation/_evalUrl-20241023023441.js
File size: 326 bytes
MIME-type: text/plain
Charset: utf-8

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;

} );