I want to make a banner by using jQuery. When the page loaded script will show a group of photos one by one. For example, the controller sends 10 photos and each photo will
You should use setInterval like this
setInterval
setInterval( "alert('Hello')", 5000 );