1:删除用户操作
$('.delete').click(function(){
var classid=$(this).parent().siblings().eq(0).children().val();
var parentid=$(this).parent().siblings().eq(2).children().val();
var as=confirm("确定要该用户信息删除吗?");
if(as){
$.post("park/deleteClassMsg?);
})
}

相关文章:

  • 2021-12-25
  • 2022-02-09
  • 2022-02-08
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-01-27
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-11-28
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案