jquery-php jQuery 實現無重新整理驗證問題

來源:互聯網
上載者:User
關鍵字 php jquery
phpjquery

前台要實現:焦點移出輸入框,自動去驗證卡券,並把驗證結果無重新整理返回到提示框中

現在的問題就是,在前台的頁面代碼

     $(document).ready(function(){       //DOM的onload事件處理函數          $("#button").click(function(){   //當按鈕button被點擊時的處理函數            postdata();                    //button被點擊時執行postdata函數          });       });       function postdata(){            //提交資料函數          $.ajax({                     //調用jquery的ajax方法            type: "POST",              //設定ajax方法提交資料的形式            url: "checkCard.php",             //把資料提交到checkCard.php            data: "codeno="+$("#codeno").val(),  //交的資料            success: function(msg){     //提交成功後的回調,msg變數是checkCard.php輸出的內容。              $('check').innerHTML+=msg;            //alert("資料提交成功");    //如果有必要,可以把msg變數的值顯示到某個DIV元素中            }          });       } 

前台顯示地區:

                                                                     兌換碼

就是不成功啊,詳細可見
http://bbs.csdn.net/topics/391014234?page=1#post-399081723
謝謝大家

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.