当您单击查看按钮时,图像彼此重叠。
然后,如果您重新调整浏览器大小,它将根据我们的需要自动设置。
我们已尝试使用以下视图按钮单击重新加载
$('#menu').click(function() {
$('.primary-content').masonry('reload'); /* not working */
$("#cont").show();
alert ( "abc" );
$('#test').animate({
height: 'toggle'
}, 500, function() {});
});