Skip to content

Instantly share code, notes, and snippets.

@mintplugins
Created November 18, 2015 17:30
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 mintplugins/26e39969d7bfe8b69c6e to your computer and use it in GitHub Desktop.
Save mintplugins/26e39969d7bfe8b69c6e to your computer and use it in GitHub Desktop.
With MP Stacks Isotopes, trigger a a filter button being clicked once the page has loaded.
$( '.mp-stacks-grid-isotope' ).imagesLoaded( function( instance ){
$( '[data-filter="[mp_stacks_grid_isotope_taxonomy_category*=\'YOUR_FILTER_SLUG_HERE,\']"' ).trigger( 'click' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment