SyntaxFix
Write A Post
Hire A Developer
Questions
if (!$("input[name='html_elements']:checked").val()) { alert('Nothing is checked!'); } else { alert('One of the radio buttons is checked!'); }