Hi Guys,
I am fairly new to jQuery and I am trying to rotate 6 CSS classes
.img
.img1
.img2
.img3
.img4
.img5
Only one of these classes has "display:block;" the rest have "display: none;".
I am trying to basically randomize the appearance of these classes - for these 6 classes - by making the current "display: block" goto "display: none" and then another class change to "Display:block" each time the page loads ?
Would anyone be able to help ?