Skip to content

Conversation

@exside
Copy link

@exside exside commented Nov 21, 2017

default is of course 0 if not specified, works like this:

		$.ajaxQueue({
			url: 'https://httpbin.org/get',
			delay: 1000
		}).done(function(data) {
			console.log('success');
			console.log(data);
		}).fail(function() {
			console.log('failed');
		});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant