[AJAX] Fehlerbehandlung

$.get( ... ).fail(function(error){
  console.log(error);
});