Skip to content

Drops down a list of suggestions for a search term. The suggestions are generated based on the user's input string. Using JQuery, an AJAX call is made to a server side script in PHP. This PHP script queries the database and returns a list of records that matches the given term. These records are then beautifully appended to the UI without any pa…

kaustav020189/search-prediction-based-on-user-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

search-prediction-based-on-user-input

Drops down a list of suggestions for a search term. The suggestions are generated based on the user's input string. Using JQuery, an AJAX call is made to a server side script in PHP. This PHP script queries the database and returns a list of records that matches the given term. These records are then beautifully appended to the UI without any page navigation.

About

Drops down a list of suggestions for a search term. The suggestions are generated based on the user's input string. Using JQuery, an AJAX call is made to a server side script in PHP. This PHP script queries the database and returns a list of records that matches the given term. These records are then beautifully appended to the UI without any pa…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages