I have a table, with cells, and each cell has a data-type. I have a filter bar, and when a filter option is selected I want to hide all the div’s with the data-type that isn’t the selected option.
What is the best way to go about doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make your selector first get all elements that have the attribute set to anything, then select those that do not match
value