function moveup(elem) { var $t = $(elem).closest('table:not(:first-child)'); $t.insertBefore($t.prev()); }