deleted | XM Community
Solved

deleted

  • 17 December 2018
  • 1 reply
  • 61 views

deleted
icon

Best answer by Anonymous 17 December 2018, 19:07

View original

1 reply

Hello @mrl ,

Use the below code to

` jQuery("#"+this.questionId+" .InputText")`

Eg:

` jQuery("#"+this.questionId+" .InputText").css("background-color","red");`

Leave a Reply