jQuery:附加元素方法不起作用

时间:2017-11-30 10:32:52

标签: javascript jquery

我有以下代码,我将通知附加到通知容器。我想在添加后淡出通知,但它告诉我该函数未定义,但jQuerys hide方法正常。

const notification = $(this.generateNotificationCode(text)).prependTo(this.container);
// works
notification.hide().fadeIn();

// notification.hide(...).fadeIn is not a function
notification.hide();

1 个答案:

答案 0 :(得分:0)

没关系,我捆绑了jQuery slim而不是jQuery - 我错过了