I am in the middle of a script of an html page, and what I need is to save in a variable what is in another html page. What I am doing is the following:
... más código...
var datos;
$.get('info/info_registros/','json', function(data){
d...
asked by
10.07.2018 / 08:54