- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ if($('#statsContainer').length > 0) { // Add some classes $('.statisticstable thead tr:nth-child(2)').addClass('title-row'); $('.statisticstable tbody img').closest('tr').addClass('chart-row'); // Remove all but the question titles and charts $('.statsSurveyTitle, .statsNumRecords, .statisticssummary').remove(); $('.statisticstable tr:not(.title-row, .chart-row)').remove(); } });