why ajax modal takes too much time

前端 未结 3 749
予麋鹿
予麋鹿 2021-01-27 14:32

Hello stackoverflow users,

I have a jquery to open a modal and the code is as follow

$(\".openVarifiedModal\").click(function(){

    var otpFor = $(this         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-27 14:51

    no data delivered by ajax php file. because you don't choose right object in jquery script. comment or explain your goal of this lines:

    var otpFor = $(this).data("value");
    var formdata = $(this).data("fieldvalue");
    

提交回复
热议问题