
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 Janettee McCrary's discussion 'Any Other Oklahoma NC's?'
Riccardo Rossini replied to Riccardo Rossini's discussion 'problem in redirecting NING 3.0'
Mandy P. replied to Mandy P.'s discussion 'Remove unwanted space-Header'
Aaron replied to Aaron's discussion 'Ning Spring Cleaning Begins This Week'


Fire-Tech replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox© 2013 Created by Ning.
