Sha256: 52ec00109080f97465dc08c5556aa3af6f7a78d07b5d0d8bc5877853aee9a957

Contents?: true

Size: 326 Bytes

Versions: 157

Compression:

Stored size: 326 Bytes

Contents

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;

} );

Version data entries

157 entries across 100 versions & 10 rubygems

Version Path
epuber-0.10.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.10.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.10.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.9.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.9.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.9.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.9.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.8.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.7.4 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.7.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.7.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.7.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
epuber-0.7.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.7.1 _sass/foundation-sites/vendor/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.7.1 _sass/foundation-sites/node_modules/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.7.0 _sass/foundation-sites/node_modules/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.7.0 _sass/foundation-sites/vendor/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.6.2 _sass/foundation-sites/vendor/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.6.2 _sass/foundation-sites/node_modules/jquery/src/manipulation/_evalUrl.js
jekyll-theme-pirati-7.6.1 _sass/foundation-sites/vendor/jquery/src/manipulation/_evalUrl.js