javascript
access selected option in jquery
Accessing Selected Option in jQuery If you are working with forms and want to access the selected option of a drop-down list in jQuery, then you can use the following methods: Method 1: Using .val() The simplest way to get the selected value of a drop-down list is by using