Looking to create a unique identifier on a HTML input to be able to hook up a multi select js function.
Page 1 / 1
The selector for the input will vary based on the type of question. For this example, I'm assuming a text input:
```
jQuery("#"+this.questionId+" input[type=text]").addClass("customClassname");
```
```
jQuery("#"+this.questionId+" input[type=text]").addClass("customClassname");
```
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.