Skip to content

Instantly share code, notes, and snippets.

@carsontang
Created March 12, 2013 20:06
Show Gist options
  • Save carsontang/5146512 to your computer and use it in GitHub Desktop.
Save carsontang/5146512 to your computer and use it in GitHub Desktop.
HTML that goes along with suggestions.js
<html>
<head>
<script src="./suggestions.js" type="text/javascript"></script>
<title></title>
</head>
<body>
<input id="query" name="query" type="text">
<ul id="suggestions">
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment