- Posts: 28
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} tr.subquestion-list:eq(0) input[type="checkbox"]:gt(3)').prop('disabled', true); $('#question{QID} tr.subquestion-list:eq(1) input[type="checkbox"]:lt(4)').prop('disabled', true); $('#question{QID} tr.subquestion-list:eq(1) input[type="checkbox"]:gt(4)').prop('disabled', true); $('#question{QID} tr.subquestion-list:eq(2) input[type="checkbox"]:lt(5)').prop('disabled', true); }); </script>