form select option html from jquery code example
Example 1: jquery selected option
$( "#myselect option:selected" ).val();
Example 2: jquery: get selected option of the drop down list
$('#ddlID').val();
$('#ddlID').text();
Example 3: jquery get selected option value
jquery get selected option value