SyntaxFix
Write A Post
Hire A Developer
Questions
$('input[type="radio"]').change(function(){ if($("input[name='group']:checked")){ $(div).show(); } });