MixItUp is another great plugin to handle such tasks that deserves to be bookmarked. There are various jQuery plugins for filtering and sorting elements where the most popular ones are Isotope and Quicksand.

While jQuery part decides which elements to show or hide, CSS3 transitions are used for animating them.

jQuery Filtering Plugin - MixItUp

The plugin plays nice with responsive + fluid layouts it is lightweight and works pretty fast. There are many options for customization: effects, easing, their speed, etc. and it is very well-documented.

Requirements: jQuery
Compatibility: All Modern Browsers
Website: https://www.kunkalabs.com/mixitup/
Download: https://github.com/patrickkunka/mixitup
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

thirteen − 9 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

QUOjs – Micro JavaScript Library

QuoJS is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented, and micro coherent API.

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.