2
I have a problem accessing an object that has white space in its name.
I used json Encode in php and get the answer so from ajax:
{Seguranca: 0, Saude Publica: 4, Transportes: 0, Outros: 0, Urbanizacao: 0, …}
use each to iterate:
$.each(pontos, function(index, ponto) {}
as access the Saude Publica ?
warrior worth!
– Abner Passos Magalhaes
@Abnerpassosmagalhaes actually had an error in the answer... corrected.
– Sergio