After ajax, my return from php is:
[{"1":"4"},{"2":"3"},{"3":"7"}]
Data is variable in quantity and content.
I need to treat it with javascript and convert it into an array, in this format:
var retorno = [
[1, 4],
[2, 3...
asked by
29.08.2017 / 03:56