- Posts: 28
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
// Move the fixed row to the bottom $('table.subquestion-list tbody:eq(0)', thisQuestion).append($('tr[id$="X'+qID+fixedCode+'"]'));
// Move the fixed row to the 4th position $('table.subquestion-list tbody:eq(0) tr:eq(2)', thisQuestion).after($('tr[id$="X'+qID+fixedCode+'"]'));
Please Log in to join the conversation.
Please Log in to join the conversation.