Posts by Lucas Sapienza • 21 points
2 posts
-
1
votes1
answer554
viewsA: Display ajax data, returned by controller in view
Solved! If you help someone in the future, what was wrong was that I was not informing the datatype in the ajax request, and because of that I was not able to access the indexes returned in json!…
-
1
votes1
answer554
viewsQ: Display ajax data, returned by controller in view
Hello, I’m having trouble 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" });…