Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フィルターを使用して「タイル」を削除するスクリプトがページにあります。
タイルが削除されたときにすべてを再配置することは可能ですか?
これはそれをしていないようです:
$wrapper.masonry( 'reloadItems' );
以下を使用してフィルタリングしています。
$('.tags:not(.tags:contains('+filter_text+'))').parent().fadeOut('slow');
乾杯!