摘要:
//文章管理(未发布/已发布)$(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
同学文
阅读(192)
评论(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
同学文
阅读(284)
评论(0)
推荐(0)

浙公网安备 33010602011771号