Created
November 21, 2017 20:08
-
-
Save elpuas/49976ae66c609626f8621f212d0f429a to your computer and use it in GitHub Desktop.
Change Table tr Order
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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