filter certain TR based on checkbox checked
问题 Please help me as I am still trying to grasp the jQuery coding. I have this data and would like to filter it based on users' check box selection as the html code below. .All rows are displayed when nothing is checked. .All rows are displayed when all check boxes checked .Only rows that meet selected criteria are displayed. For example, a. When 2GB checked, only 2GB rows displayed. b. When Shipping and 2GB checked, only Memory3 is displayed <input type="checkbox" >1GB<br/> <input type=