Solved
shading on alternate rows
Is it possible to remove the alternate row shading on an individual matrix question within a survey, but leave it for others?
Best answer by TomG
Try this JavaScript:
```
jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt");
```
View original```
jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt");
```
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.