Skip to content

Modify single text box search to handle multiple text boxes

Notifications You must be signed in to change notification settings

IngageStroliaC/javascript-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

javascript-search

This exercise takes an existing imlementation of a filtering capability that allows a user to display a subset of random strings on a web page based on full-text search and modifies it to implement a more sophisticated search based on the format of the random strings.

The strings are in the format , , . The task is to take the existing single-textbox solution and create a four-textbox solution. The textboxes are site search, city search, state search, and country search. If nothing in any of the textboxes is selected, all the random strings are displayed. If the user types anything in the site or city search, or selects a state or a country, then the display list if filtered according to the input. Input is accepted in the textboxes and dropdowns in any order.

About

Modify single text box search to handle multiple text boxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.8%
  • CSS 19.2%