Skip to content

Instantly share code, notes, and snippets.

@Bolinha1
Created March 28, 2013 19:52
Show Gist options
  • Save Bolinha1/5266258 to your computer and use it in GitHub Desktop.
Save Bolinha1/5266258 to your computer and use it in GitHub Desktop.
$('#status').click(function () {
var status = $('input:radio[name=status]').val();
alert(status);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment