Sending multiple data parameters with jQuery AJAX

前端 未结 7 641
一个人的身影
一个人的身影 2020-11-29 22:00

I am sending an ajax request to a php file as shown here:

function checkDB(code, userid)
{

  $.ajax({
  type: \"POST\",
  url: \"

        
7条回答
  •  执笔经年
    2020-11-29 23:02

    Try this code... it is working for me ...

           
    

提交回复
热议问题