Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Custom Template: New image at end of each group - by: tpartner

$
0
0
I have used this in the past:
$(document).ready(function(){	
	preload([
		'path/to/images/group_0.png',
		'path/to/images/group_1.png',
		'path/to/images/group_2.png',
		'path/to/images/group_3.png'
	]);
});
 
function preload(arrayOfImages) {
	$(arrayOfImages).each(function(){
		$('<img/>')[0].src = this;
	});
}

(remember not to put a comma after the last image in the array)

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>