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

META-INF.resources.livelog.jslib.jquery.src.event.ajax.js Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
define( [
	"../core",
	"../event"
], function( jQuery ) {

// Attach a bunch of functions for handling common AJAX events
jQuery.each( [
	"ajaxStart",
	"ajaxStop",
	"ajaxComplete",
	"ajaxError",
	"ajaxSuccess",
	"ajaxSend"
], function( i, type ) {
	jQuery.fn[ type ] = function( fn ) {
		return this.on( type, fn );
	};
} );

} );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy