Answer the question
In order to leave comments, you need to log in
How to attach a JSON data object to a select dropdown list?
There is such a JSON
How can I place this object in the drop-down list, that is, do this{"row":["5","31","6","4"]}
<select name="row">
<option value="5">1</option>
<option value="31">2</option>
<option value="6" selected="selected">3</option>
<option value="4">4</option>
</select>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question