<td>Company Name<span style="color:red"> *</span></td>
<td>
<input list="txtCompanyName" name="txtCompanyName" id="txtCname" size="26">
<datalist id="txtCompanyName">
<option id="1" value="ash">
<option id="2" value="ravi">
</datalist>
</input>
how to fetch the id of the selected option through jquery? plz help
Go to the complete details ...