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.
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();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.