I want to swap out "profiles" after every refresh. Essentially, each 'profile' is a small thumbnail picture along with some corresponding text.
I found many scripts that allow me to rotate pictures or Div's on refresh, but none that can rotate 'profiles' on the same page without any duplication.
Let's say these profiles are shown in 2 columns with 4 rows, for a total of 8 profiles, like below.
P1 P2
P3 P4
P5 P6
P7 P8
I want a script that when on refresh, these same profiles are still shown on the page, but only rearranged in a random order, so that the next time a user visits or refreshes the page, the profiles might be in the order below as an example.
P7 P2
P4 P6
P8 P1
P3 P5
Note that the thumbnail picture and the small amount of text that goes along with that profile should always be shown together.
Bookmarks