- Posts: 2
- 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').prepend('<tr class="ls-heading">\ <td colspan="1" style="text-align:right;color:orange;font-size:16pt;font-weight:bold">A</td>\ <th colspan="1" style="text-align:center;">sehr für A</th>\ <th colspan="1" style="text-align:center;">eher für A</th>\ <th colspan="1" style="text-align:center;">unentschieden</th>\ <th colspan="1" style="text-align:center;">eher für B</th>\ <th colspan="1" style="text-align:center;">sehr für B</th>\ <th colspan="1" style="text-align:left;color:orange;font-size:16pt;font-weight:bold">B</th>\ </tr>'); $('#question{QID} table.subquestion-list thead tr:eq(1) ').remove(); }); </script>