Setting or changing background images with jQuery is super simple:
$('html').css('background-image','url("../../images/photo.png")'); |
Setting or changing background images with jQuery is super simple:
$('html').css('background-image','url("../../images/photo.png")'); |