mixitup
mixitup copied to clipboard
A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
I'm using mixitup in my next js project but and as soon as i import the plugin in my index page it will return this error: "ReferenceError: window is not...
hi I have ".category_1" ".category_2" ".category_3" I don't want all categories to be displayed at runtime, and I want the first category (.category_1) to be active. ` category 1 category...
Love Mixitup, but I'm having a problem finishing my solution https://www.thefilmcollaborative.org/films/index_new4 I've set it up so that it filters on load for the past two years (2021, 2020), but when...
Does anyone have a working example of Multifilter using Nuxt JS?
Can you combine the logic from this issue post: https://github.com/patrickkunka/mixitup/issues/390 with the ability to add a reset button for each of those active filters?
This is less of an issue and more of a courtesy for anyone who runs into this, but using an anchor tag for the elements that get mixed will caused...
We are trying to implement the range sliders in our website that is using the multifilter plugin. We implemented it according to this demo: https://demos.kunkalabs.com/mixitup/filtering-by-range/ But when we use the...
Hi, I'm currently struggling doing something that seems to be super easy to do. What I want when a checkbox is checked/unchecked : - Fade out the grid (add hidden...
First off, MixItUp has beed a life saver for the project I'm working on. Thank you! Is there a way to clear the text input without triggering a mix action?...
Imagine you have on simple collapse menu on your page: Click here to expand Subcat1 Subcat1 When you click on the "Click here to expand", the MixItUp plugin believes it's...