TypeError:events.replace不是函数JqueryWebcam插件

时间:2013-03-15 02:13:15

标签: javascript jquery jquery-webcam-plugin

enter image description here由于一些奇怪的原因,我开始收到此错误 TypeError: events.replace is not a function 。我正在使用Jquery Webcam Plugin我能够在不久之前看到Flash播放器的相机,直到我重新编译代码并得到此错误。 Under是我导入的脚本:

脚本

<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
    <script src="http://code.jquery.com/jquery-1.8.2.js"></script>
    <script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script> 

    <script src="<%=request.getContextPath()%>/resources/js/jQuery-webcam/jquery.webcam.js"></script>
    <script src="<%=request.getContextPath()%>/resources/js/citizen_registration.js"></script>


    <link href="<c:url value="/resources/css/forms.css" />" rel="stylesheet" type="text/css" media="screen" />
    <link href="<c:url value="/resources/css/citizen_registration.css" />" rel="stylesheet" type="text/css" media="screen" />

1 个答案:

答案 0 :(得分:0)

我将jquery插件更新为<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>