Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created August 4, 2011 08:50
Show Gist options
  • Save kopiro/1124752 to your computer and use it in GitHub Desktop.
Save kopiro/1124752 to your computer and use it in GitHub Desktop.
Instant Search Tutorial - index.htm
<!doctype html>
<html>
<head>
<script src="jquery.js"></script>
<script src="script.js"></script>
</head>
<body>
<input type="text" id="q" onkeyup="ajax_search(this.value)" />
<div id="r"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment