Posts by user130414 • 1 point
1 post
-
-3
votes1
answer60
viewsQ: How do I store all the values traveled by for in a variable?
I have this code: for(i=0; i<results.rows.length; i++){ $('.chips').material_chip({ data: [ {tag: results.rows.item(i).descricao}, ] }); } results.rows.item(i).descricao gives me some values..…