Skip to content

Instantly share code, notes, and snippets.

@phamquocbuu
Created August 26, 2019 06:45
Show Gist options
  • Save phamquocbuu/d6bf1a4f86c352ed2f49cbb5eaf1b693 to your computer and use it in GitHub Desktop.
Save phamquocbuu/d6bf1a4f86c352ed2f49cbb5eaf1b693 to your computer and use it in GitHub Desktop.
$("select :selected").map(function (i, element) { return jQuery(element).text(); }).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment