Ask the community, share ideas, and connect with other LimeSurvey users!
Log in
Forgot your password? Forgot your username?
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); $('input:text', thisQuestion).on('slideEnabled',function(){ var thisItem = $(this).closest('li'); var thisSlider = $('.slider', thisItem); var answerInput = $('input:text.form-control', thisItem).not('[id$="slid"]'); // Hide the tooltip if no value for the slider if($(answerInput).val() == '') { $('.tooltip', thisSlider).hide(); } // Listener on slider $(this).on('slide slideStop', function(event) { $('.tooltip', thisSlider).show(); }); }); }); </script>
Online-surveys for every purse and purpose