Skip to content

Instantly share code, notes, and snippets.

@elpuas
Created November 21, 2017 20:08
Show Gist options
  • Save elpuas/49976ae66c609626f8621f212d0f429a to your computer and use it in GitHub Desktop.
Save elpuas/49976ae66c609626f8621f212d0f429a to your computer and use it in GitHub Desktop.
Change Table tr Order
// Change Table Order Mobile;
$('.table tbody').find('td').unwrap().wrap($('<tr/>'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment