Hello stackoverflow users,
I have a jquery to open a modal and the code is as follow
$(\".openVarifiedModal\").click(function(){
var otpFor = $(this
in firefox , use firebug (F12) and Network tab to monitor duration of each transaction with server.
maybe it's because of some other resources...
a screenshot of firebug Netwrokr tab help to answer better than this.
updated...
maybe it's because of GET type of your ajax. You call POST method in php part but use GET in ajax!
updated...
please send your php codes to test locally...
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");
Got response in milliseconds to show popup after complete ajax. Have structure as you have above screenshot