Link to home
Start Free TrialLog in
Avatar of niidmore
niidmoreFlag for United Kingdom of Great Britain and Northern Ireland

asked on

looping through the div

Hello Guys,

I have been helped through out to build the following script

http://x/vanillasite/test3.htm

however, the problem i have now is that the image numbers are not in 1 to 10 set rather in two different set  for each slider1 - > image1 , image2, image3, image4, imag5
               slider2 - > image1 , image2, image3, image4, imag5
            AND SO ON if there are more slider (currently the page has got 2 slider)

the example above is good for 1 set of images incrementing for 1 to many ... but if i get in different blocks of 1 to 5, then i am having a problem to deal with this script.

can someone please help me out in this.

your help/advice/suggestion is much appreciated.

regards
sam
SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of niidmore

ASKER

hello mplungjan,

thanks for your solution, however the problem is that in each i get the same image names

imageSets[0] = "image1,image2,image3,image4,image5".split(',')
imageSets[1] = "image1,image2,image3,image4,image5".split(',')

how about finding a way out for this please...?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial