Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <label><input class="radioGroup" name="radioGroup" type="radio" data-source-image="http://placekitten.com/203/203" data-source-desc="This is the First Image">Image 1</label>
  <br />
  <label><input class="radioGroup" name="radioGroup" type="radio" data-source-image="http://placekitten.com/200/200" data-source-desc="This is the Second Image">Image 2</label><br /> 
    <label><input class="radioGroup" name="radioGroup" type="radio" data-source-image="http://placekitten.com/210/210" data-source-desc="This is the Third Image">Image 3</label><br /> 
  <div class="imageContainer"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
elclanrspro
0viewers