Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts February 13, 2020 at 4:17 am in reply to: Get selected text from a drop-down list (select box) using jQuery #9376 naveenbosParticipant This code worked for me. $("#yourdropdownid").children("option").filter(":selected").text(); AuthorPosts Viewing 1 post (of 1 total)