How can I get the selected text (not the selected value) from a drop-down list in jQuery?
In sibling case
ADD Client Select Client name.... abc /*jQuery*/ $(this).siblings('select').children(':selected').text()