Hello,
I basically have a javascript file that acts as a database for prices.
price1 = 1000;
price2 = 4000;
price3 = 8000;
price100 = 5000;
What i want to do, is based on page load, to execute this script.
What is the best way to call these prices? class, id?
I started populating some tables, but i found out that some prices showed and others didnt. Anyone have a clue on this?
Much Appreciated.