输入框弹起软键盘的解...
2021-01-11
$.ajax({
type:"POST",
url:"/Login/Index/checkLogin.html",
data:{account:account,password:password},
datatype: "json",
beforeSend:function(){
},
success:function(data){
},
complete: function(XMLHttpRequest, textStatus){
},
error: function(){
}
});
if(confirm('确定要删除吗')==true){
$.ajax({
type:"POST",
url:"/Login/Index/checkLogin.html",
data:{account:account,password:password},
datatype: "json",
beforeSend:function(){
},
success:function(data){
},
complete: function(XMLHttpRequest, textStatus){
},
error: function(){
}
});
}else{
return false;
}
!
2021-01-11
2021-01-11
2021-01-11
2021-01-11
2021-01-13
2021-01-30
2021-08-15
2021-06-03
评论