Sending multiple data parameters with jQuery AJAX

前端 未结 7 658
一个人的身影
一个人的身影 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:00

     Try this code... 
        
    
    //in html code 
      

提交回复
热议问题