Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
       <input type="button" id="more_fields" onclick="add_fields();" value="Add More" />
  
       <div id="room_fileds">
            <div class='label'>Room 1:</div>
            <div id="content">
                <span>Width: <input type="text" style="width:48px;" name="width[]" value="" /><small>(ft)</small> X </span>
                <span>Length: <input type="text" style="width:48px;" name="length[]" value="" /><small>(ft)</small</span>
            </div>
        </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers