Wie man den ausgewählten Wert und Schlüssel aus einem html-dropdown-Liste in javascript, php

 <select id="facetList" style="width:120px;" class="text ui-widget-content ui-corner-all">
        <?php
        foreach($claAddArray as $k => $v)
        {
           echo "<option value=\"$k\">$v</option>";
        }
        ?>   
        </select>




$("#btnSubmit").click(function() {

    var $fId = ?????????????????


    });

InformationsquelleAutor Ahmad Farid | 2010-12-22

Schreibe einen Kommentar