Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
  <meta charset="utf-8">
  <title>Foros del Web</title>
</head>
<body>
    <div>
        3 <input type = "checkbox" class = "foo" value = "3" />
    </div>
    
    <div>
        2 <input type = "checkbox" class = "foo" value = "2" />
    </div>
    
    <div>
        1 <input type = "checkbox" class = "foo" value = "1" />
    </div>
    
    <button id = "proc">Procesar</button>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
Alexis88pro
0viewers