Hi team,
How to get selected option value on DropDownList (Select) change in jQuery.
When i change an option in DropDownList i wan to fetch its value and display it.
<select id="ddlFruits" name="Fruit">
<option value="">Select</option>
<option value="1">Apple</option>
<option value="2">Mango</option>
<option value="3">Orange</option>
</select>