Hello, I'm having difficulty displaying the data returned by the controller via ajax call
My js is this:
var requestList = $.ajax({
type:'GET',
data:null,
url:"index.php/Pages/loadComentarios"
});
requestList.done(function(e)...
asked by
10.04.2018 / 05:43