JS初心者はこちら。Web サイトでスラブテキストを作成しようとしていますが、エラーが発生します。それを修正する方法がわかりません。
$(window).load(function() {
Uncaught TypeError: Property '$' of object [object Object] is not a function
slabTextHeadlines();
});
// Function to slabtext the hero panel
function slabTextHeadlines() {
$('html:not(.ie8)').find('.slab').slabText({
// Don't slabtext the headers if the viewport is under 380px
"viewportBreakpoint":380
});
};
何か案は?パブロ。