I can not copy the result to the variable registroJson , I've already lost almost a day in this problem:
$(document).ready(function(){
var registroJson = [];
var url = 'xpto';
$.getJSON(url,function(data){
registroJson = d...
asked by
14.03.2016 / 15:47