- Posts: 9
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function() { if ($('.statisticstable').length > 0) { $('.statisticstable td').filter(function() { return $.trim($(this).text()) == 'No answer'; }).closest('tr').hide(); } });