No response when clicking login
椿.
椿. 2019-10-16 10:04:06
0
3
1198

<script>
//Add a click event to the login button
$(function(){
$("#login").on('click',function(event){
$.ajax({
type:"POST", //Submission type
url:"{:url('checkLogin')}", //Handler's url
data:$( "form").serialize(),//Serialize the data of the current form and then submit it
 

椿.
椿.

reply all(1)
椿.

This is my mistake, please give me some adviceMAP%3GD~Y`XBY9`J43)V3.png

  • reply Learn to read the error content yourself. Don't ask directly, what is alter, it should be alert.
    卢小强 author 2019-10-17 08:44:25
  • reply OK, thank you
    椿. author 2019-10-17 11:13:26
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template