Is there a simple way to create a javascript lookup table?
You can index prices in a two dimensional map on page load (with working fiddle). 1) I put the select values in lookup-tables in case you have to preload them: 2) Here is your price table in array form: 3) Initializing selects (populating values and event ‘change’): 4) Indexing your price table: 5) Function updateSpan … Read more