Uncaught SyntaxError:CountUp Extension上的jQuery使用无效或意外令牌

时间:2018-12-28 18:35:53

标签: javascript jquery

我正在通过控制台收到此错误:

  

未捕获的SyntaxError:无效或意外的令牌:第134行

在我的jQuery中,有问题的行如下:

  var options = {
    useEasing: true,
    useGrouping: true,
    separator: ',',
    decimal: '.',
  };

这是https://inorganik.github.io/countUp.js/的直接复制+粘贴-由网站生成。

0 个答案:

没有答案