Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html> 
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  <script type="text/javascript" src="http://jquery-json.googlecode.com/files/jquery.json-1.3.min.js"></script>   
  </head>
<body> 
  
<div id="uploadedTunes">
  
  <div class="tune">
    <div class="content">
     Title:<input  type="text" name="Title" value="1">
     Length:<input  type="text" name="Length" value="2"> 
    </div>
  </div>
  
  <div class="tune"> 
     <div class="content">
     Title:<input  type="text" name="Title" value="3">
     Length:<input  type="text" name="Length" value="4"> 
    </div>
 </div>
  <div class="tune">
     Title:<input  type="text" name="Title" value="5">
     Length:<input  type="text" name="Length" value="6"> 
  </div>
  
  <div class="tune"> 
     Title:<input  type="text" name="Title" value="7">
     Length:<input  type="text" name="Length" value="8"> 
 </div>
  
 </div>
  </body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers