On page load, I am randomizing the order of the children divs with this Code:
function reorder() { var grp = $(\"#team-posts\").children(); var cnt = g
How about an "undo" plugin, assuming it applies?