!
I have the above side-by-side question and i would like to disable users to make changes to column.
Tried several jQuery but to no avail.
var qid = this.questionId;
$('QR~'+qid+'#2~1~1').up('td').childElements().attr('disabled','disabled');
$('QR~'+qid+'#2~1~1').up('td').childElements().prop('disabled','disabled');
Need advice, please! thank you in advance.
Page 1 / 1
I'm not understanding what your end goal is here. Do you want a list of drop-downs in one column and a list of "N.A." in the other? Can you explain what you want it to look like?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.