jquery插件mmGrid删除行效果
mmGrid.find('tr').eq(1).hide('slow', function(e){
this.remove();
})
下一篇:jenkins配置通用化