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
Solved
How can I Update the Javascript so the Results are Bolded
Best answer by ChiragK
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");
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.