![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Filterizr is a jQuery plugin that sorts, shuffles, searches and applies stunning filters over responsive galleries using CSS3 transitions and custom CSS effects
Filterizr is a JavaScript library that sorts, shuffles, searches and applies stunning filters over responsive galleries using CSS3 transitions. Write your very own, custom effects in CSS and watch your gallery come to life!
It can also be used as a jQuery plugin.
You can install Filterizr by downloading the minified version on its website/repo or through npm/yarn:
npm install filterizr
or
yarn add filterizr
Three files can be found in the ./dist/
directory:
filterizr.min.js
is the pure Filterizr JavaScript library that can be used using CommonJS (or ES6) imports, it is the main entry point when installing via npm.vanilla.filterizr.min.js
is a distribution of Filterizr which can be used directly in a <script>
tag, as it exposes the Filterizr library as a global.jquery.filterizr.min.js
is a distribution of Filterizr as a jQuery plugin. It detects and extends the global jQuery object and also exposes the vanilla Filterizr library as a global.If you are building a simple static website and would like to use Filterizr via <script>
tag make sure to download /dist/vanilla.filterizr.min.js
and load it.
If you would like to use the jQuery variation then include /dist/jquery.filterizr.min.js
in a <script>
tag. Make sure to import it after jQuery itself.
If you are importing Filterizr from /node_modules
, Filterizr's default export provide you with the vanilla JavaScript library:
import Filterizr from 'filterizr'
If you are using jQuery in that same project, also installed via npm and you would like to use Filterizr as a jQuery plugin then you can call the static method Filterizr.installAsJQueryPlugin
, passing in the jQuery object as follows:
import $ from 'jquery';
import Filterizr from 'filterizr';
// This will extend the $.fn prototype with Filterizr
Filterizr.installAsJQueryPlugin($);
$('.filter-container').filterizr('filter', 5); // or any other Filterizr API call
You can find Filterizr's documentation as well as a series of tutorials on how to install and operate Filterizr on the Filterizr website. Here is a list of contents:
Contents:
If you would like to contribute to Filterizr, please make sure to follow the steps described:
master
branchdevelop
IE11 and all modern browsers.
Did you enjoy Filterizr? Filterizr is and will always be 100% free, if you would like to show your support feel free to donate:
Filterizr is licensed under the MIT License. Enjoy!
Version 2.2.4
display: none
on filtered out itemsFAQs
Filterizr is a jQuery plugin that sorts, shuffles, searches and applies stunning filters over responsive galleries using CSS3 transitions and custom CSS effects
We found that filterizr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.