1 2 3 4 5 6 7 8 9 10 | function d_my_footer() { echo '<script type= "text/javascript" > //<![CDATA[ jQuery( function (){ jQuery( "#submitdiv" ).appendTo(jQuery( "#normal-sortables" )); }); //]]> </script>'; } add_action( 'admin_footer' , 'd_my_footer' ); |