Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts January 18, 2017 at 9:56 am in reply to: Get selected text from a drop-down list (select box) using jQuery #9359 maxParticipant If you want the result as a list, then use: x=[]; $("#list_id").children(':selected').each(function(){x.push($(this).text());}) AuthorPosts Viewing 1 post (of 1 total)