Posts by Pablo Marcony F • 19 points
2 posts
-
0
votes0
answers194
viewsQ: How to loop within a variable in Javascript?
I have a page index.php. In it has a loop which collects row by row from a mysql database table and inserts into variables that are sent to the file dashboard.js where the code is below. var…
-
0
votes1
answer1283
viewsQ: How to put variable inside quotes in javascript?
I need to make this code work. But every time I put the variable in place or inside "" it doesn’t work. //jvectormap data var visitorsData = { "US": 398, //USA "SA": 400, //Saudi Arabia "CA": 1000,…