martedì 19 febbraio 2013

JQuery - Getting Value From DropDownList

If you need to get the value of a Drop Down List, look at the following example:

var value = $("#Yuor_DropDownList_ID option:selected").val();


My Two Cents ...

Nessun commento:

Posta un commento