$container.isotope({ filter: '.your-filter' }); if ( !$container.data('isotope').$filteredAtoms.length ) { $('.message-div').fadeIn('slow'); } else { $('.message-div').fadeOut('fast'); }
您还可以使用隐藏/显示或许多其他效果,而不是fadeIn和fadeOut,具体取决于您的效果.