0

目標

オブジェクト内で Isotope を呼び出します。

問題

Google Chrome: Uncaught TypeError: Object [object Object] has no method 'isotope'.

コード

var mainResources = {
    // Execute this when the document is ready to go
    whenDocumentReady: function () {
        this.calculateResponsiveMeasures();

        jQuery("ul.products-list").isotope({
            itemSelector: "li",
            masonry: {
                gutterWidth: 15
            }
        });
    }
    [...]
}

私は何をしなければならないのかわかりません。ところで、よろしくお願いします。乾杯!

4

1 に答える 1