Skip to content

mattknox/autocompleteOn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The changes I'd make here are as follows:

-separate the markup from the javascript somewhat more by
taking in an element to the autocompleting function.

-separate the data handling from the display.  This would make it pretty easy to build an autocompleter that queries the network for stuff to match.

-separate the rendering.  I don't know what you want to do here.  My initial impression is to append a div as the next child of the parent of the targeted input, and put stuff in there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • HTML 22.6%