- Posts: 139
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
function handleColumn(thisSelect) { var thisRow = $(thisSelect).closest('tr.subquestion-list'); var item2 = $('.answer_cell_A2', thisRow); var item3 = $('.answer_cell_A3', thisRow); var x=$(thisSelect).val(); if(x==1) { $('input:text', item2).prop('disabled', false); ...
function handleColumn(thisSelect) { var thisRow = $(thisSelect).closest('tr.subquestion-list'); var item2 = $('.answer_cell_A2', thisRow); var item3 = $('.answer_cell_A3', thisRow); var x=$(thisSelect).val(); if(x<2) { $('input:text', item2).prop('disabled', false); $('input:text', item3).prop('disabled', false); } else { ...
Please Log in to join the conversation.
Please Log in to join the conversation.