/ Question & Réponse / How to move table row in jQuery ? How to move table row in jQuery ? jQuery Développement front-end //JS $(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()); } }); }); //HTML5 One Up Down Two Up Down Three Up Down Four Up Down Five Up Down Question & Réponse How to style the input type time CSS Intégration web How to Copy Text with javascript Javascript Développement front-end How Minify CSS with PHP PHP Développement back-end Convert special characters to HTML in Javascript Javascript Développement front-end How to create a offset in Bootstrap 4 Bootstrap 4 Intégration web Listing all images in a directory using PHP PHP Développement back-end How to Force encoding in JavaScript Javascript Développement front-end How to replace single quotes in Javascript Javascript Développement front-end How to replace single quotes in Java Java Développement back-end How to change language for DataTable DataTable, Jquery Développement front-end How do I change the ID of a HTML element with JavaScript ? Javascript Développement front-end Javascript copy div change innerHTML id Javascript Développement front-end