Hide 'total' using javascript. | XM Community
Skip to main content

I want to hide the total row from the question. I know we have an option to untick the ‘add total box’. However, because of my custom theme, it is not aligning. So I want to hide this using Javascript.

 

 

Try the below script:

	jQuery("#"+this.questionId+" li.Total").hide();

 


Leave a Reply