how to catch that in seletion one and another selection option is not same in 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();