matrix question column hiding | XM Community
Skip to main content
Solved

matrix question column hiding

  • May 11, 2023
  • 1 reply
  • 73 views

Forum|alt.badge.img+2

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

Best answer by Shashi

Use below code:

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

 

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • Answer
  • May 11, 2023

Use below code:

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