摘要: //文章管理(未发布/已发布)$(document).on('click','.chang',function () { var state = $(this).text(); var id = $(this).parents('tr').attr('id'); // console.log(id); if(state=="已发布"){ $.get... 阅读全文
posted @ 2019-07-10 14:34 同学文 阅读(180) 评论(0) 推荐(0) 编辑
摘要: //文章管理(删除) $(document).on('click','.del',function () { // alert(123)var id = $(this).parents("tr").attr('id');//console.log(id)var obj = $(this);$.get( "articledel", { id:id }, ... 阅读全文
posted @ 2019-07-10 14:26 同学文 阅读(270) 评论(0) 推荐(0) 编辑