diff --git a/beta-testing/widget-reorder.js b/beta-testing/widget-reorder.js index 1a7733fe..5d09f83a 100644 --- a/beta-testing/widget-reorder.js +++ b/beta-testing/widget-reorder.js @@ -56,7 +56,7 @@ $.tablesorter.addWidget({ top: r.top - clickOffset[1], width: $th.outerWidth() }) - .appendTo('body') + .appendTo('head') .find('th, td').addClass(wo.reorder_helperClass); $bar = $('
') .css({ @@ -64,7 +64,7 @@ $.tablesorter.addWidget({ top : c.$table.find('thead').offset().top, height : $th.closest('thead').outerHeight() + c.$table.find('tbody').height() }) - .appendTo('body'); + .appendTo('head'); positionBar(e); lastIndx = endIndex; }, @@ -179,4 +179,4 @@ $.tablesorter.addWidget({ // add mouse coordinates $x = $('#main h1:last'); $(document).mousemove(function(e){ $x.html( e.pageX ); }); -})(jQuery); \ No newline at end of file +})(jQuery);