Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts January 4, 2017 at 12:53 pm in reply to: Get selected text from a drop-down list (select box) using jQuery #9367 kalaivani-mParticipant var e = document.getElementById("dropDownId"); var div = e.options[e.selectedIndex].text; AuthorPosts Viewing 1 post (of 1 total)