Skip to content

Instantly share code, notes, and snippets.

@Edotrix
Edotrix / alm-filtering.js
Created July 24, 2021 20:10
Wordpress Ajax Load More advanced filtering with multiple custom taxonomies
// Advanced Filtering
$(document).ready(function () {
var alm_is_animating = false; // Animating flag
var buttons = $('.filter-tag .btn');
// Btn Click Event
$(document).on('click', '.filterTrigger .btn', function (e) {
e.preventDefault();
// Prevent any action while animating or with disabled class