Ajax 无刷新技术
$(".delete").click(function () { cf=confirm("确认删除"); if (!cf) { return false } id=this.id; obj=$(this); // var r; $.get(‘delete.php‘,{id:id},function (r) { // console.log(r); // alert(r) if (r==1) { // alert(1) obj.parent().parent().fadeOut(100); } }) })
原文地址:https://www.cnblogs.com/nice2018/p/10699898.html
时间: 2024-10-27 13:16:13