Get id of selected dropdown value in jquery

Solution

var selectedid=$("#dropdownname").find('option:selected').attr('id');

Explanation

This will find the id of selected dropdown option and store it in the variable selectedid.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create a free website or blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started