Since individual filters cannot be conditionally rendered, we have a page with multiple filter sets. There’s a basic set that are always there, but additional filtersets might show with different critieria. When a filter is applied, it can affect as many as 43 different models, so it can take a little bit of time. So, we are not applying filters immediately in case a user wants to apply multiple filters - when they hit apply there’s a few seconds of wait time.
However, with multiple filter sets, we can have multiple Apply/Cancel buttons. I can target these buttons to hide using display:none - but is there any code that will Apply filters from multiple filter sets at one time?
Question
Be able to apply filters from multiple filter sets at once - snippet in a button

Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.