Code for removing alternate row color for a form question | XM Community
Solved

Code for removing alternate row color for a form question


Userlevel 6
Badge +5
Would anyone be willing to share the code for this if it can be done.

Thank you!
icon

Best answer by TomG 5 June 2018, 00:32

View original

2 replies

Userlevel 7
Badge +27
```
jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt");
```
Userlevel 6
Badge +5
Very much appreciated! Thank you @TomG !

Leave a Reply