Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 478 Bytes

README.mdown

File metadata and controls

27 lines (19 loc) · 478 Bytes

jquery.backgrounder plugin

Information

A simple jquery plugin based on Nico Di Rocco's jQuery jquery.backgrounder plugin.

Usage

.image-1 {
  background: url("img/paris.jpg");
}

.image-2 {
  background: url("img/eiffel.jpg");
}
var cssClasses = ["image-1", "image-2"]
$('.container').backgrounder(cssClasses);

Copyright

Based on the great work of Nico Di Rocco.