Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://remy.github.com/twitterlib/twitterlib.min.js"></script>
  <meta charset="utf-8">
  <title>?</title>
  <link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" rel="stylesheet" type="text/css">
    </head>
<body>
  <form action="http://google.com">
    <input id="autocomplete">
  </form>
  
</body>
</html>
 
$( "#autocomplete" ).autocomplete({
  source: [ "it works" ]
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers