- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Insert the new header row $('table.array-no-dropdown thead', thisQuestion).prepend('<tr class="array1 dontread">\ <td>&nbsp;</td>\ <th colspan="5"><div style="width:100%; float: left"><div style="width:50%; text-align: left; float: left">unwichtig</div><div style="width:50%; text-align: right; float: left">sehr wichtig</div></div></th>\ </tr>'); }); </script>
<span class="visible-xs-block label-text" style="margin-left: 15px; margin-top: -18px">unwichtig</span>
<span class="visible-xs-block label-text" style="margin-left: 15px; margin-top: -18px">sehr wichtig</span>
Joffm wrote: Hallo, cinnamonbun,
ich habe wohl jetzt erst gesehen, dass Du mit der Version 160401 arbeitest.
Ich habe mal in 160310 getestet.
Und?
Endlich konnte ich Dein Problem reproduzieren.
Da würde ich also sagen: Macht mal ein Update.
Joffm