Skip to content

Instantly share code, notes, and snippets.

@avireni
Created April 13, 2012 23:08
Show Gist options
  • Save avireni/2380710 to your computer and use it in GitHub Desktop.
Save avireni/2380710 to your computer and use it in GitHub Desktop.
find an option element that’s been selected
$('#radio').find('option:selected');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment