Getting the display value for a select element
Sometimes you want to get the display value (what's shown on screen) for a select element. You can do it with jQuery like this:
$('select option:selected').text()
Written by Michael Warkentin
Related protips
1 Response
$('select option:selected').val() for the selected value :)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Select
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#