Filter table with three select inputs using jQuery
问题 I have 3 <select> from which I would like to filter a table and at the same time filter each other using their options. I will first show you the code: <!doctype html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> </head> <body> <div> Select A type <select id="A"> <option>Toate</option> <option>A1</option> <option>A2</option> <option>A3</option> </select> </div> <div> Select B type <select id="B"> <option>Toate</option> <option>B1<