$(document).ready(function(){
$(".up,.down").click(function(){
var row = $(this).parents("tr:first");
if ($(this).is(".up")) {
row.insertBefore(row.prev());
} else {
row.insertAfter(row.next());
}
});
});
reference
http://stackoverflow.com/questions/1569889/jquery-move-table-row
訂閱:
發佈留言 (Atom)
沒有留言:
發佈留言