$http.get('/someUrl', config).then(successCallback, errorCallback); $http.post('/someUrl', data, config).then(successCallback, errorCallback); $http.get('/someUrl ...
jQuery.filterSelect is a jQuery based plugin that populate multiples select elements through AJAX requests, chaining one selected element to fill another/others.