jspipe
Version:
JS/Pipe - coordinating asynchronous code without callbacks or chained functions
16 lines (12 loc) • 336 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="../../../dist-es6/jspipe.js"></script>
<script src="autocomplete.js"></script>
</body>
</html>