Skip to content

Instantly share code, notes, and snippets.

$(document).ready(ajaxCalls);
function ajaxCalls(){
$.each(ArrayToIterate, function(i)
function AjaxA (callback){
//performs/returns Ajax Call
}
function AjaxB (callback){
//performs/returns Ajax Call
}