Skip to content

Instantly share code, notes, and snippets.

<div class="select-box box">
<!-- The option values of the select box are populated from the key names in ethereumfaq.json. When an option is chosen scripts.js uses the key name to retrieve the corrosponding data. This data is then populated as a <ul><li> list in the #faqsection <div> -->
<select id="FAQSelect">
<option value="select">Select..</option>
</select>
</div>
<div id="FAQSection"></div>