I\'m relatively new to Javascript and was wondering if there\'s a quick way to shuffle content that is contained in multiple tags. For example
tags. For example
I'd wrap the divs in an outer div, then pass its id to shuffle_content().
In there, you could create a new div, cloning the wrapper div's nodes in a random order to fill it, then replace the wrapper div with the new div.