我有以下代码,我将通知附加到通知容器。我想在添加后淡出通知,但它告诉我该函数未定义,但jQuerys hide
方法正常。
const notification = $(this.generateNotificationCode(text)).prependTo(this.container);
// works
notification.hide().fadeIn();
// notification.hide(...).fadeIn is not a function
notification.hide();
答案 0 :(得分:0)
没关系,我捆绑了jQuery slim而不是jQuery - 我错过了