How do I update one dropdown according to values selected in another
问题 I'm using the Chosen jQuery plugin to build a form. I'd like the option in one dropdown to dictate which options in a second dropdown are available. The first dropdown is called taxa The second dropdown is called survey So far I have this: <select data-placeholder="Choose a area of interest..." name="taxa" id="taxa" class="chzn-select" style="width:350px;" tabindex="2"> <option value=""></option> <option value="he">Herps</option> <option value="ba">Bats</option> <option value="bi">Birds<