Answers for "how to get the value of the radio button in javascript and print in page"

11

get radio button value javascript

document.querySelector('input[name="rate"]:checked').value;
Posted by: Guest on May-17-2020

Code answers related to "how to get the value of the radio button in javascript and print in page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language