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
Page 1 / 1
Use below code:
jQuery("#"+this.questionId+" tr.bottom td.c4").find("*").hide();
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.