That calls for little troubleshooting on your part.
1) open url ending with crud.php directly in the browser and note down the output.
2) open your browser's console and look for errors.
3) implement dataModel.error callback
error: function(jqXHR, textStatus, errorThrown){
alert(textStatus);
},