- Posts: 6
- 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(){ // Insert the column categories $('#question{QID} table.subquestion-list thead').append('<tr class="ls-heading">\ <td colspan="1" style="border-top:0 !important;"></td>\ <th class="answer-text inserted-header" colspan="3">Skala 1</th>\ <th class="answer-text inserted-header" colspan="1"></th>\ <th class="answer-text inserted-header" colspan="3">Skala 2</th>\ </tr>'); }); </script>