matrix question column hiding | XM Community
Skip to main content

I have this code “Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" tr.bottom td.last").find("*").hide();
});” for hiding the last and bottom choice of a column of  my matrix question but i need it for the first bottom one and i can not rewrite it

Use below code:

	jQuery("#"+this.questionId+" tr.bottom td.c4").find("*").hide();

 


Leave a Reply