Answers for "if condition for radio button in jquery"

4

if radio checked jquery

$('#element').click(function() {
   if($('#radio_button').is(':checked')) { alert("it's checked"); }
});
Posted by: Guest on October-13-2020

Code answers related to "if condition for radio button in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language