python小菜 2016-01-27 01:44 采纳率: 0%
浏览 32

jQuery AJAX POST无法触发

Here is my form. It's a Stripe form:

<form  id = "the_form" method = "post">
    <input type = "hidden" name = "plan" value = "silver"/>

    <script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
        data-key="<?php echo $stripe['publishable_key']; ?>"
        data-description=""
        data-amount="19900"
        data-locale="auto"></script>

    <input type = "hidden" name = "email" value = "<?php echo $_SESSION['b_email']; ?>"/>

    <input type = "hidden" name = "id" value = "<?php echo $_SESSION['brand_id']; ?>"/>
</form>

I want to post this form data to file called handle_stripe_push.php. Here is my jQuery AJAX POST call:

$(document).ready(function(e) {  

        $("#the_form").submit(function(evnt){

            console.log("Form submit event fired")

            $.post('handle_stripe_push.php', $(this).serialize(), function(data){
                alert(data);

            }).fail(function(err, status){

                console.log(err + " " + status)
            })
            evnt.preventDefault()
        }); 

});

The problem. This function is not even firing when I click submit on my form. I know this because "Form submit event fired" is not being output to my console.

I am on Google Chrome. I did an Inspect Element, checked Console - there are no errors being displayed.

This is driving me a little crazy, I'd appreciate your help

  • 写回答

1条回答 默认 最新

  • YaoRaoLov 2016-01-27 02:29
    关注

    Have you included your locally installed JavaScript library in your page? Like you included the stripe library. Try including stripe library before jquery.

    E.g.

    <script src="https://checkout.stripe.com/checkout.js"></script>
    <script src="jquery-latest.min.js"></script>
    
    评论

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向