Skip to content

coder-forge-admin/ajax-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

ajax-autocomplete

Search for strings, parse response and add to search input as an autocomplete dropdown list.

Lessons are split into branches

Requirements

  • NodeJS
  • Bower (install after nodejs)

Lesson 1: Setup Quick Sandbox

Here we structure our app. We want to quickly provision a server and some front end files. To do this we concentrate on the configuration files and then install the requirements.

Lesson 2: Client event listeners & make request

Use client side javascript framework, jQuery, to add a listener to an input box. This will listen for the keyup event and capture the current value of the input box.

Lesson 3: Server listen request and send response

The running server will listen for requests on an endpoint and serve a json response

Lesson 4: Client build response

Using the response from lesson 3 we build an html list to append below the input box.

About

Search for strings, parse response and add to search input as an autocomplete dropdown list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •