Hi
I'm trying to change the wording for the constant sum row of my matrix table using the addOnload function. I have the below, but it's now working. Any ideas as to what I'm doing wrong? I'm new to Javascript!
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery("label[for="+this.questionId+"_Total]").html("Total like-for-like in-store income*(£)")
});
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
});
Qualtrics.SurveyEngine.addOnUnload(function()
{
/*Place your JavaScript here to run when the page is unloaded*/
});
Thanks
change "total" text on constant sum matrix table question
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Not sure where you are facing issue. If you can provide additional information that would be great. 
Used this in onload: jQuery('[id="header~QID65~total"]').html("Total like-for-like in-store income*(£)");