i have this site:
http://www.buyshop.ro and in center is a banner made in ajax. how to make, that on 5 second, to change the content(there are 4 products and i want to change until the last, and to take from beginning..)
thanks.
click a button after 5 seconds
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: click a button after 5 seconds
(#10850)
-
crazycoders
- Forum Contributor
- Posts: 260
- Joined: Tue Oct 28, 2008 7:48 am
- Location: Montreal, Qc, Canada
Re: click a button after 5 seconds
or Window.SetInterval() which is better in this case since it's not only one callback but successive callbacks!