Skip to content

Instantly share code, notes, and snippets.

@YurePereira
Created August 29, 2016 19:34
Show Gist options
  • Select an option

  • Save YurePereira/da0e4105c6f6566c84338de769c45bc4 to your computer and use it in GitHub Desktop.

Select an option

Save YurePereira/da0e4105c6f6566c84338de769c45bc4 to your computer and use it in GitHub Desktop.
Get value of selected option
//Selector: #selector_id option:selected
var select = $('#selector_id option:selected');
console.log(select.text());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment