I'm working on a jQuery system for an accordion-like slide show, the problem is when i try to create the auto slide for this , i have:
for (i=1;i<=5;i++) { setInterval(acordeon(i),2000) }
With this i call inside the loop the function acordeon(i) to be executed each 2000 ms, the problem is it doesn't execute all
The function parameter is the id of the div to show, for example if I have 5 divs to animate I just need to call this function with the right id and it animates just fine, the problem comes when I try to animate this: I need to execute first acordeon(1) then acordeon(2) ..... 3 , 4 and finally acordeon(5)
I tried different methods but it only works when I generate random integers and call setInterval
Ok thank“s for all i hope - sure - :) you can help me , Regards