Last active
June 11, 2020 10:43
-
-
Save CodHeK/505020f026e0c62c2f0a8de39cbea56d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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