Hi,
I’m very new to EE and I have been asked by a friend as a favour to implement something on his site. I’ve not used EE before and have to use whats there. EE version 1.x
Currently he has one weblog called random where he sticks random images.
On the site he has a panel where it random picks an image from that blog and displays it using this code
{exp:weblog:entries weblog="random" orderby="random" sort="desc" limit="1" disable="member_data|trackbacks"}
<div class=“random”>{rand_image}</div>
{/exp:weblog:entries}
What he wants is for people to be able to click on the image and it to change to another random image from that set.
I’m used to fiddling around with php and flash so I’d know how to do it if I was using those but it needs to not use flash. I’m just wondering what my starting point should be. I’m guessing it’s some kind of jquery thing, but as I don’t do this professionally I don’t know much javascript.
I would appreciate any pointers as to how to achieve this.
Thanks.
Trig