, 나는 두 가지 오류잡히지 않은 TypeError : undefined의 'element'속성을 읽을 수 없습니다. 초기화하기 전에 벽돌의 메서드를 호출 할 수 없습니다. '새로 고침'을 호출하려고하는 것은
1.Uncaught TypeError: Cannot read property 'element' of undefined
2.cannot call methods on masonry prior to initialization; attempted to call 'reload'.
에게 자바 스크립트
$("#articleview").append(articles);
initialiseMasonry();
function initialiseMasonry() {
$('#articleview').masonry({
itemSelector: '.masonry_thumbnail',
//columnWidth: 580,
isAnimated: true,
}).imagesLoaded(function() {
hideLoadingImg(true);
$(this).masonry('reload');
});
}
내가 articleview 기사를 추가하고에 얻고 받고 있어요 문제가 무엇인지 알아 내기 위해 제발 도와주세요 id로 html.
전체 코드를 게시 하시거나 예를 들어 –
의 링크를 주시길 바랍니다.'articles'의 내용은 무엇입니까? – elementzero23
및 HTML 구조를 표시하십시오. – elementzero23