- Posts: 17
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
 Topic Author
                            Topic Author
                                 
        Please Log in to join the conversation.
Please Log in to join the conversation.
 Topic Author
                            Topic Author
                                 
        Please Log in to join the conversation.
Please Log in to join the conversation.
 Topic Author
                            Topic Author
                                 
        Please Log in to join the conversation.
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify elements var thisQuestion = $('#question{QID}'); var slid1 = $('.answer-item.slider-item:eq(0) input:text'); $(slid1).on('slideEnabled',function(){ // Listener on slider $(this).on('slide slideStop', function(event) { $('.slid2 .slider-container').show(); }); }); }); </script>
<script type="text/javascript"> $(document).on('ready pjax:scriptcomplete',function(){ $('.slid2 .slider-container').hide(); }); </script>
Please Log in to join the conversation.