jQuery Isotope Filter from Different Page Wordpress
问题 I'm trying to filter from an entirely different page, to where my Isotope is. Currently, I am calling isotope sucessfully with: $(function() { // cache container var $container = $('.isotope-container'); var $defaultfilter = $('.feature-this'); $('.isotope-container').isotope({ filter: '.feature-this', masonry: { columnWidth: 326, resizesContainer: false } }); // filter items when filter link is clicked $('#filters a').click(function(){ var selector = $(this).attr('data-filter'); $container