Ajax submit script submission error
Mr.O
Mr.O 2021-04-22 21:28:05
0
1
980

<!-- Ajax submission script--><script>

$(function(){ // Add a click event to the login button

$('# login').on('click',function(event){ //

#console.log($("form").serialize())

$.ajax({

type:"POST",                                                                                                                                                                                                                                                                                . ).serialize(), //Serialize the form as a whole and submit it

dataType:'json', //Set the type of submitted data to json

success:function(data){

if(data.status == 1){                                                         use using 1 to be returned                 ’ ’ s ’ ’ s ’   across ’ ‐ ‐ ‐ ‐ ‐‐ ‐ 1 to 1 to 1 to 1 P 1.                                               P    url('index/index')} "; #}  

});  

});  

});

</script>

Error message: POST http://dzymgl.com/index/User/checkLogin.html 404 (Not Found)

What is going on

Mr.O
Mr.O

reply all(1)
清

The method or page does not exist.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template