Skip to content

Instantly share code, notes, and snippets.

@DavidCramer
Last active May 24, 2017 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidCramer/19ff1542b2cbfed4dee85d2cd5288e0b to your computer and use it in GitHub Desktop.
Save DavidCramer/19ff1542b2cbfed4dee85d2cd5288e0b to your computer and use it in GitHub Desktop.
matchHeight re-init
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
if (FWP.loaded) {
setTimeout( function(){
$(matchVars.mh_inner_array.mh_selectors).matchHeight();
}, 250);
}
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment