douqi2571 2015-02-03 19:08 采纳率: 0%
浏览 39

AJAX将发布到原始页面而不是其他页面

I have a script that submits multiple forms using AJAX. It will post the data successfully if the url used is the originating page, but it will not post the data to another page (the page I use for processing).

Can anyone tell me why this is happening?

/* AJAX for edit */
    var submitForms = [
                        document.forms["editRow"],
                        document.forms["editRow2"],
                        document.forms["editRow3"],
                        document.forms["editRow4"],
                        document.forms["editRow5"],
                        document.forms["editRow6"],
                        document.forms["editRow7"],
                        document.forms["editRow8"]
                      ] 

    $('.submitEdit').on('click', function() {
        var editRow = $(submitForms).serializeArray();
    $.ajax({
        type: 'POST', 
        url: "IRCprocessinventory.php",
        data: editRow,
        cache: false,
        success: function(result){
            $('body').html(result);
        } //end result
    }); // end ajax 
    }); // end click    
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥30 这是哪个作者做的宝宝起名网站
    • ¥60 版本过低apk如何修改可以兼容新的安卓系统
    • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
    • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
    • ¥50 有数据,怎么用matlab求全要素生产率
    • ¥15 TI的insta-spin例程
    • ¥15 完成下列问题完成下列问题
    • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
    • ¥15 YoloV5 第三方库的版本对照问题
    • ¥15 请完成下列相关问题!