Simple JQuery Filter for filtering using multiple <select> in HTML
The code uses three "select" controls of HTML and list items.
-
The web page includes 20 different listing of cars
-
Each listing contains an image of the car, year of the car (e.g. 2012), make of the car (e.g. Maruti), model of the car (e.g. WagonR) and selling price of the car
-
The page also includes a filter that includes Year, Make and Price
So basically if I apply filter with Year 2012 and Make Maruti, the listings of Maruti cars that are 2012 Year are shown without reloading the webpage.