jquery loop to create elements
- by Andy Simpson
Dear all,
I have had no luck with this task so far so grateful for any help.
I have an html form, in which there is a small select menu (1-10)
ie
<select>
<option value = '1'>1</option>
<option value = '2'>2</option>
...
<option value = '10'>10</option>
</select>
depending on what…