Sending multiple forms data through jQuery Ajax

前端 未结 2 796
失恋的感觉
失恋的感觉 2021-02-03 11:04

I have two forms for which I want to send the data through jQuery Ajax call. I managed to send it successfully for one form but I am not able to send the data from both of them

2条回答
  •  庸人自扰
    2021-02-03 11:56

    You're using a function call in your filtergroup2 form that doesn't exist.

    filterBy2() I assume needs to be filterBy()

提交回复
热议问题