Answers for "how to do if checkbox is checked go to other html page"

5

if checkbox is checked

if ($('#id_input').is(':checked')) { }
Posted by: Guest on March-17-2020

Code answers related to "how to do if checkbox is checked go to other html page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language