I got a table with three columns:
1 A A
2 B B
3 C C
4 D D
What I want to do is to shuffle the table rows but only the second and third column, like the example below
1 C C
2 A A
3 D D
4 B B
I found a nifty plugin wich lets the table rows to be shuffled
http://www.yelotofu.com/2008/08/jquery-shuffle-plugin/
but I want to keep the first column in it’s default order.
Either I will reorder the first column after shuffling or I just shuffle
the second and third column. Either way can somebody help me out with this?
Fiddle: http://jsfiddle.net/tGY3g/
Here you go:
Usage