TMJRock Live AJAX Testing
This page tests the $$$.ajax component against a live MockAPI database.
2. Fetch All Designations (GET)
$$$.ajax({
"methodType": "GET",
"success": function(response) {
var data = JSON.parse(response);
},
"failure": function() { alert('Error!'); }
});