I have the following project, quite simple, that consumes the following JSON object obtained from a local web service.
{"nombre":"Miguel","id":1,"profesion":"Desarrollador"}
My app.js is like this:
$(document).ready(function(){
$.ajax...
asked by
03.01.2018 / 14:06