Code for removing alternate row color for a form question | XM Community
Skip to main content
Would anyone be willing to share the code for this if it can be done.

Thank you!
```
jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt");
```
Very much appreciated! Thank you @TomG !

Leave a Reply