jQuery | Get Selected Value and Text from Dropdown/ Selectbox

We can get value and text value of the option selected in the Dropdown using jQuery val() and text() methods. For getting the value of the selected option from Dropdown use val() method and for text string available for the selected option will be retrieved using text() method as shown below: