- Posts: 24
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Move "Other" to the first position var otherItem = $('#question{QID} li[id$="X{QID}other"]'); otherItem.prependTo(otherItem.parent()); }); </script>