Code for removing alternate row color for a form question | XM Community
Skip to main content
Solved

Code for removing alternate row color for a form question

  • June 4, 2018
  • 2 replies
  • 12 views

Forum|alt.badge.img+5
Would anyone be willing to share the code for this if it can be done. Thank you!

Best answer by TomG

``` jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt"); ```

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • Answer
  • June 4, 2018
``` jQuery("#"+this.questionId+" tr.ReadableAlt").removeClass("ReadableAlt"); ```

Forum|alt.badge.img+5
  • Author
  • Level 3 ●●●
  • 204 replies
  • June 5, 2018
Very much appreciated! Thank you @TomG !