Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>?</title>
  <link class="jsbin" href="http://code.jquery.com/ui/jquery-ui-git.css" rel="stylesheet" type="text/css">
  <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
  <script class="jsbin" src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
  <style>
    .ui-autocomplete {
      max-height: 100px;
      overflow-y: scroll;
    }
  </style>
</head>
<body>
  <input id="autocomplete">
  
</body>
</html>
 
$( "#autocomplete" ).autocomplete({
  source: [ "a1", "a2", "a3", "a4", "a5", "a6", "a7" ]
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers