I hope to explain my best so that you can give me a little help: S
I have the following JavaScript code:
$.ajax({
url: "{{ route('comprobar') }}",
method: 'get',
dataType: 'json',
success: function(respuesta) {
console.log("información")...
asked by
10.11.2018 / 17:20