- Posts: 14233
- Thank you received: 4340
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Define this question var thisQuestion = $('#question{QID}'); // Move the last column $('col:nth-last-child(2)', thisQuestion).before($('col:last-child', thisQuestion)); $('table.subquestion-list tr', thisQuestion).each(function(i) { $('> *:nth-last-child(2)', this).before($('> *:last-child', this)); }); }); </script>
Unsure it was so easytpartner wrote: Yeah, easy, I'll do it this week.
No worries, I did not assume that and I welcome suggestions.DenisChenu wrote: And i didn't say this to have one