All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javarepl.web.bower_components.jquery.src.manipulation._evalUrl.js Maven / Gradle / Ivy

There is a newer version: 431
Show newest version
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;

} );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy