- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
So, it would be better you provided your tries.can drag and drop items, but the ranking numbers aren't displayed, or they're not aligned in the way I'd like.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
$(document).ready(function(){ $(".sortable-item").on("sortupdate", function(event, ui){ $(".ls-rank-container .sortable-item").each(function(index){ var itemNumber = index + 1; $(this).find(".ranking-number span").text(itemNumber); }); }); });
<style> .indi { font-size:125%; font-weight: bold; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.