Jquery突然停止了工作

时间:2016-02-04 00:39:04

标签: jquery ajax

我使用ajax提交表单,突然他们停止提交。我去了chrome的调试器,我得到了这个:

未捕获的TypeError:$(...)。ajaxForm不是函数

(匿名函数)@ index.php:3775

fire @ jquery.js:1075

self.fireWith @ jquery.js:1193

jQuery.extend.ready @ jquery.js:435

DOMContentLoaded @ jquery.js:949

我包括jquery的方式是:

<base href="http://website.com/">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script> 
<script src="http://malsup.github.com/jquery.form.js"></script> 
<link rel="stylesheet" type="text/css" href="/css/universal.css">
<link href="/css/zozo.tabs.min.css" rel="stylesheet">
<script src="/js/zozo.tabs.min.js"></script>

到目前为止,我已尝试更改它们的顺序,将它们添加到html和body关闭之下,并链接新副本,具体为:     

到目前为止,没有任何工作。

0 个答案:

没有答案
相关问题