- Posts: 55
- 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(){ // The sub-question code to be fixed at the end var fixedCode = 'o'; // Identify this question var qID = '{QID}'; var thisQuestion = $('#question'+qID); // Move the "fixed" sub-question $('table.subquestion-list tbody:last', thisQuestion).append($('tr[id$="X'+qID+fixedCode+'"]', thisQuestion)); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // The sub-question code to be fixed at the end var fixedCode = 'o'; // Identify this question var qID = '{QID}'; var thisQuestion = $('#question'+qID); // Move the "fixed" sub-question $('table.subquestions-list tbody:last', thisQuestion).append($('tr[id$="X'+qID+fixedCode+'"]', thisQuestion)); }); </script>