工作時我用我的聯繫表格提交按鈕在這裏下載:AJAX是不是在我接觸的形式
http://resellscripts.info/index.php?route=product/product&path=40&product_id=62
,而不是添加任何錯誤的「信息已發送」 div
,它發送我到send.php
頁面。接觸形式可以在這裏找到:
(點擊 '僱用我')
工作時我用我的聯繫表格提交按鈕在這裏下載:AJAX是不是在我接觸的形式
http://resellscripts.info/index.php?route=product/product&path=40&product_id=62
,而不是添加任何錯誤的「信息已發送」 div
,它發送我到send.php
頁面。接觸形式可以在這裏找到:
(點擊 '僱用我')
如果表單的jQuery代碼是這裏面,<script type="text/javascript" src="assets/js/js.js"></script>
,那就需要包括後的jQuery像這樣...
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/js.js"></script>
即便如此,它給了我一個404錯誤,所以我不能甚至進一步排除故障。
http://stephenharman.com/sh/js/js.js
編輯src
修復404錯誤按OP的網站。
你是從你的js.js
形式調用AJAX?如果是這樣,它需要在jquery
之後調用,並且鏈接不正確,所以根本不會被調用。
http://stephenharman.com/sh/js/js.js - 未找到 – 2011-12-28 23:03:54