Skip to content

Instantly share code, notes, and snippets.

@kmelkon
Created August 22, 2013 08:10
Show Gist options
  • Save kmelkon/6304429 to your computer and use it in GitHub Desktop.
Save kmelkon/6304429 to your computer and use it in GitHub Desktop.
$(".deals_status :radio").on('change', function(){
$(this).closest("form").submit();
$(this).prop('checked', true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment