Skip to content

Instantly share code, notes, and snippets.

@CodHeK
Last active June 11, 2020 10:43
Show Gist options
  • Save CodHeK/505020f026e0c62c2f0a8de39cbea56d to your computer and use it in GitHub Desktop.
Save CodHeK/505020f026e0c62c2f0a8de39cbea56d to your computer and use it in GitHub Desktop.
<div>
<h1>Auto-complete...</h1>
<div contenteditable="true" id="input"></div> // our search bar
<div id="time"></div>
<div id='fake-div' class='div'></div>
<script src="index.js"></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment