
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>
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
Kos replied to Kos's discussion '3.0 My Thoughts From A Non-Coder (edited 5/20/13)' in the group The Sandbox
Allison Leahy replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox© 2013 Created by Ning.
