Hello @mrl ,
Use the below code to
` jQuery("#"+this.questionId+" .InputText")`
Eg:
` jQuery("#"+this.questionId+" .InputText").css("background-color","red");`
1 reply
A
Anonymous
Answer
December 17, 2018
Hello @mrl ,
Use the below code to
` jQuery("#"+this.questionId+" .InputText")`
Eg:
` jQuery("#"+this.questionId+" .InputText").css("background-color","red");`