Hi,
What changes need to made to the following Javascript so that the results will be bolded.
jQuery("#"+this.questionId+" td.c1:first").html("Label Text");
Thank you
Page 1 / 1
Not really sure what you're trying to do but based on your code to bold column text, here's the code.
jQuery("#"+this.questionId+" td.c1:first").html("Label Text").css("font-weight", "bold");
Hi ChiragK,
Nothing to hid. I want to add a header to a matrix question left hand side. TomG provided the Javascript code to do this but I thought it should be bolded to be more visible.
Your upgrade worked. Thanks very much.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.