Sometime we need to get the value of html select element using jquery. Many ways are doing this 1 way of achieving this by using the jQuery :selected selector with the combination of the val() method to find the selected option value in a select box or...