Form inside of $.load not posting correctly

前端 未结 2 985
死守一世寂寞
死守一世寂寞 2020-11-22 07:50

Well here\'s what I got, basically a button is clicked and the following code is executed:

    Readthis = \"MonsterRequest.php?id=

        
2条回答
  •  太阳男子
    2020-11-22 08:30

    I basically want to post data without having the page reloaded

    Use jQuery's $.post(...)

    Cheers

提交回复
热议问题