jQuery(document).ready(function() { jQuery(".sortable thead tr").prepend(''); jQuery(".sortable tfoot tr").prepend(''); jQuery(".sortable tbody tr").prepend(''); jQuery(".sortable tbody.content").sortable(); jQuery(".sortable tbody.content").disableSelection(); }); function sendReorderForm() { document.getElementById('form_reorder').submit(); }