Why is ajax not executed here?
$.ajax({
type:'post',
url:"{:url('index/user/insert')}",
data:$('#login').serialize(),
dataTy
Take a look at the console error. It should be that ajax is written incorrectly.
Take a look at the console error. It should be that ajax is written incorrectly.