You can add multiple filters .. name for example or whatever you prefer.
$('input[type="radio"][name="group_2"]').on('click', function() {
alert('Group 2 radio clicked !');
});
3
solved Input Type not specific [closed]
You can add multiple filters .. name for example or whatever you prefer.
$('input[type="radio"][name="group_2"]').on('click', function() {
alert('Group 2 radio clicked !');
});
3
solved Input Type not specific [closed]