Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created June 4, 2012 14:33
Show Gist options
  • Save ekka21/2868743 to your computer and use it in GitHub Desktop.
Save ekka21/2868743 to your computer and use it in GitHub Desktop.
jQuery: Get a select value
$('#digital_element').change(function() {
alert($(this).val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment