A simple jquery plugin based on Nico Di Rocco's jQuery jquery.backgrounder plugin.
.image-1 {
background: url("img/paris.jpg");
}
.image-2 {
background: url("img/eiffel.jpg");
}
var cssClasses = ["image-1", "image-2"]
$('.container').backgrounder(cssClasses);
Based on the great work of Nico Di Rocco.