- Posts: 171
- Thank you received: 27
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<div class="inserted-tooltip-wrapper"> <div class="inserted-tooltip tooltip tooltip-main bottom in" style="left: {Q1_SQ001}%;"> <div class="tooltip-arrow"></div> <div class="tooltip-inner">Your previous score:<br />{Q1_SQ001}</div> </div> </div>
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Move the marker element $('.slider-container:first', thisQuestion).append($('.inserted-tooltip-wrapper', thisQuestion)); }); </script>
<style type="text/css" data-author="Tony Partner"> .inserted-tooltip-wrapper { position: relative; margin-top: 10px; } .inserted-tooltip-wrapper .inserted-tooltip { transform: translateX(-50%); } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
<div class="inserted-tooltip tooltip tooltip-main bottom in" style="left: {Q1_SQ001*2}%;">
Please Log in to join the conversation.
Please Log in to join the conversation.