Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts November 13, 2018 at 6:03 am in reply to: Get selected text from a drop-down list (select box) using jQuery #9372 muddasir23Participant Simply try the following code. var text= $('#yourslectbox').find(":selected").text(); it returns the text of the selected option. AuthorPosts Viewing 1 post (of 1 total)