I have a dropdown list (which holds numbers from 0 to 50) and html table. I want that when user select a value from list, code copy/create the tables to the amount of selected value.
Example: user picked 10. page should show me 10 same tables.
Can someone provide any hint?
Assuming jQuery, here is a very basic example. It probably won’t fit your needs so just use it to help you get started:
HTML:
JavaScript:
JSFiddle:
http://jsfiddle.net/TnTPf/2/