我为什么会收到jQuery错误" url.indexOf不是函数"在使用Vide时?

时间:2016-11-01 19:33:17

标签: javascript jquery html video

这个问题是我之前发布的here关于使用网络前端插件Vide播放背景视频的后续问题。

现在,我收到以下错误:

enter image description here

这是什么原因?我该如何解决? 我似乎试图在变量indexOf()url并且失败了。但为什么?在我的代码中,我没有定义任何这样的变量url。那么Vide插件中是否存在错误?我怎么能解决这个问题?

这就是我在HTML中使用此插件的方式:

<div style="width: 1000px; height: 500px;"
  data-vide-bg="dist/media/light" data-vide-options="loop: false, muted: false, position: 0% 0%">
</div>

<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/vide/dist/jquery.vide.js"></script>

1 个答案:

答案 0 :(得分:1)

看起来像GitHub回购中的已知问题。

https://github.com/VodkaBears/Vide/issues/183