
I know it's there in java
not jquery
but something easily modifiable
it's been a long time I want that for a website
Tags:

Give this a try
<script type="text/javascript">
var images = ['image.jpg', 'image.jpeg', 'image.jpg'];
var i = 0;
setInterval(function(){
x$('#xg_masthead').css('background-image', function() {
if (i >= images.length) {
i=0;
}
return 'url(' + images[i++] + ')';
});
}, 5000);
</script>
Kos replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Crestini Activi ! replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
Kos replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Donna Mac replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Angie Fisher replied to Angie Fisher's discussion 'Help for a 3.0 Newbie Please....'© 2013 Created by Ning.
