We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.3.0
Error: Filterizr: could not find a container with the selector .grid row small-up-2 medium-up-3, to initialize Filterizr.
HTML: <div class="grid row small-up-2 medium-up-3">...
<div class="grid row small-up-2 medium-up-3">...
Javascript: $('.grid').filterizr({...
$('.grid').filterizr({...
This used to work. Something has been broken in the last update...
The text was updated successfully, but these errors were encountered:
I can confirm it works in 1.2.5
Sorry, something went wrong.
@Lydnasty thanks for the bug report just published 1.3.1 with a hotfix to this, now it should be fixed, let me know if the problem persists :)
No branches or pull requests
Version: 1.3.0
Error: Filterizr: could not find a container with the selector .grid row small-up-2 medium-up-3, to initialize Filterizr.
HTML:
<div class="grid row small-up-2 medium-up-3">...
Javascript:
$('.grid').filterizr({...
This used to work. Something has been broken in the last update...
The text was updated successfully, but these errors were encountered: