我刚刚使用angular-cli安装了Angular 5:
在新应用程序中,以下警告将在控制台中进行吐出。
不知道原因是什么?
$(window).scroll(function () {
if ($(".skill-level").is(".htcss:visible")) {
$(".htcss").animate({ width: $(".htcss").data('width') + "%" },
2500);
}
});
答案 0 :(得分:5)
正如@Benjamin Gruenbaum所说,警告来自 Honey扩展,如果你安装了它。 链接:https://chrome.google.com/webstore/detail/honey/bmnlcjabgnpnenekpadlanbbkooimhnj