jspipe
Version:
JS/Pipe - coordinating asynchronous code without callbacks or chained functions
17 lines (13 loc) • 393 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="autocomplete.css">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
</head>
<body>
<input id="searchtext"></input>
<div id="results"></div>
<script src="generator-runtime.js"></script>
<script src="jspipe.js"></script>
<script src="autocomplete.js"></script>
</body>
</html>