Skip to content
Advertisement

How to create HTML select option from JSON hash?

I have a simple JSON code:

JavaScript

I have a select tag in my HTML:

JavaScript

I need a simple way to create HTML select box from this JSON, like this:

JavaScript

Advertisement

Answer

Just for kicks here is an answer in pure javascript, also you probably do not need an array for this just a simple object will suffice

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement