$(関数() { &nbs"/> $(関数() { &nbs">
私のコードの問題について教えてください ajax php(CodeIgniter)
ページの値をバックグラウンドに渡すためにajaxを使用していますが、これを取得する方法を教えてください。ごめんなさい、偉い人たち。
私のページのコードは:
<スクリプトタイプ="text/javascript">
$(function() {
$("form[name='estimate']").submit(function(e) {
e.preventDefault();
var btn = $("form[name='estimate']").find("input[type='submit']"),
価格 = $(this).find(".price");
btn.button('loading');
価格.html("");
$.ajax({
「POST」と入力します。
URL: 'index.php?module=testprice&view=getprice',
データ: $(this).serializeArray(),
成功: function(data) {
Price.html( "&lt; h3&gt; $" price.html( "&lt; h3&gt; $"
btn.button('reset');
},
エラー: function() {
alert("サービスが利用できません");
}
});
});
スクリプト>