Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
$(':radio').change(function () {
$(':radio:checked').each(function () {
if ($(this).val() == 2) {
//Do stuff
return;
}
});
No comments:
Post a Comment