Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div class="radioGroup">
    Question1
    <input type="radio" value="1" name="group1"/>1
    <input type="radio" value="2" name="group1"/>2
    <input type="radio" value="3" name="group1"/>3
    <input type="radio" value="4" name="group1"/>4
</div>
<div class="radioGroup">
    Question2
    <input type="radio" value="1" name="group2"/>1
    <input type="radio" value="2" name="group2"/>2
    <input type="radio" value="3" name="group2"/>3
    <input type="radio" value="4" name="group2"/>4
</div>
<div class="radioGroup">
    Question3
    <input type="radio" value="1" name="group3"/>1
    <input type="radio" value="2" name="group3"/>2
    <input type="radio" value="3" name="group3"/>3
    <input type="radio" value="4" name="group3"/>4
</div>
<input type="button" value="check all radio Group selected"  onclick="validate();"/>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers