php-general Digest 22 Sep 2013 01:07:00 -0000 Issue 8371

Topics (messages 322141 through 322141):

jquery fill select option value
        322141 by: iccsi

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
<select id="mark" name="mark">
 <option value="">--</option>
 <option value="bmw">BMW</option>
 <option value="audi">Audi</option>
</select>

I use above code to have my select drop down on the form and would like to use jQuery to fill option value on change event. I would like know is it possible to do, if yes, any hint or example code at server site is appreciated,

Your help and information is great appreciated,

Regards,

Iccsi,
--- End Message ---

Reply via email to