I have a script in which a query is made using jquery, when executing it, it always gives me the error message.
Js code:
var request = $.ajax({
data: {nombre : document.getElementById("nombre").value, puntos : puntos},
url: "conexion.p...
asked by
08.11.2018 / 20:13