随笔分类 -  jquery

摘要://表格记录删除后自动更新排序$(this).parent().parent().nextAll.each(function(){ var pailie=$(this).find('td:eq(0)').text()-1; $(this).find('td:eq(0)').text(pa... 阅读全文
posted @ 2015-11-21 00:08 boystar 阅读(251) 评论(0) 推荐(0)
摘要:$(function(){ //上移 var $up = $(".up") $up.click(function() { var $tr = $(this).parents("tr"); if ($tr.index() != 0) { $tr.fadeOut(... 阅读全文
posted @ 2015-11-20 13:49 boystar 阅读(328) 评论(0) 推荐(0)