rexjiang92
12/27/2017 - 7:13 PM

find same section classes and give different background images

find same section classes and give different background images

	//find section bgs
	$('.section-cta-wrapper').each(function(i){
		var bgImage = "url(/sites/default/files/users/andrewrussell/cta-section-bg/cta-section-bg-" + i + ".jpg" + ")";
	 	$(this).css( 'background-image', bgImage)
	});