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>
  
  
  
  <input class="input" value="Sugg" />
  <table class="inputSuggestions">
    <tr>
      <td><span>Sugg</span>estion</td>
      <td><span>Sugg</span>elati</td>
      <td><span>Sugg</span> Walter</td>
    </tr>
  </table>
  
  
  
</body>
</html>
 
*{margin:0;padding:0;}
.input{
  width:206px;
}
.inputSuggestions{
  background:#F4F4F4;
  width:200px;
  border:1px solid #A5ACB2; 
}
.inputSuggestions td{
  display:block;
  width:200px;
}
.inputSuggestions td:hover{
background:#eee;
}
.inputSuggestions span{
  color:#f00;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers