Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts March 15, 2018 at 10:21 am in reply to: Get selected text from a drop-down list (select box) using jQuery #9358 curtis-yallopParticipant For multi-selects: $("#yourdropdownid :selected").map(function(i, v) { return $.trim($(v).text()); } AuthorPosts Viewing 1 post (of 1 total)