- Posts: 10285
- Thank you received: 3649
Ask the community, share ideas, and connect with other LimeSurvey users!
var thisTable = $('table.subquestion-list:eq(1)', thisQuestion);
var thisTable = $('table.subquestion-list:eq(0)', thisQuestion);
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
$('thead tr:eq(0)', thisTable).prepend($('thead tr:eq(0) th:eq(1)', thisTable));
$('thead tr:eq(0)', thisTable).prepend($('thead tr:eq(0) th:eq(0)', thisTable));
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.