Skip to content

Instantly share code, notes, and snippets.

View OneMohrTime's full-sized avatar
🤘
Working the Front End

Derek OneMohrTime

🤘
Working the Front End
View GitHub Profile
@brianmaierjr
brianmaierjr / mixitup-filter.js
Last active November 19, 2023 00:54
Filter MixItUp on load from hash in URL
// Setup MixItUp for card filtering
var mixer = mixitup('.program-card-container');
if ($('.program-card-container')) {
var container = $('.program-card-container')
var mixer = mixitup(container, {
callbacks: {
onMixStart: function(state, futureState) {
},
onMixEnd: function() {