Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <h2>Click item to 'own' it</h2>
  
  <div data-owned="0">image 1</div>
  <div data-owned="1">image 2</div>
  <div data-owned="0">image 3</div>
  <div data-owned="0">image 4</div>
  <div data-owned="0">image 5</div>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers