Users Pricing

forum

Home Forums Getting the text from a drop-down box – MindStick

Getting the text from a drop-down box

Anonymous User 2445 14 Feb 2013

Hi MindStickians!

This gets the value of whatever is selected in my dropdown menu.

document.getElementById('newSkill').value

For those not sure, here's the HTML for a drop down box.

<select name="newSkill" id="newSkill">
    <option value="1">A skill</option>
    <option value="2">Another skill</option>
    <option value="3">Yet another skill</option>
</select>

Thanks in advance


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md