Iluvatar+ Posted May 22, 2012 Share Posted May 22, 2012 Hey, I have a foreach loop displaying some data from my table, what i need to do is run a Jquery each function on the repeated element so it fadesIn each element one at a time. I am guessing i need to set somesort of interval for this to work. I have been messing with it for a good hour or so now and i cant seem to get it working. Has anyone done this before or seen it done else were? Quote Link to comment https://forums.phpfreaks.com/topic/262925-php-and-jquery/ Share on other sites More sharing options...
RichardRotterdam Posted May 23, 2012 Share Posted May 23, 2012 Take a look at the functions setInterval() and setTimeout(). You could use one of those to do what you're describing. Along that you need to fetch each tr element which should be easy enough with jQuery Quote Link to comment https://forums.phpfreaks.com/topic/262925-php-and-jquery/#findComment-1347865 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.