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(){ $('#question{QID} input[type="radio"]').on('click', function() { var thisRow = $(this).closest('tr'); if($(thisRow).next('tr').length > 0) { var topMargin = 100; $('html, body').animate( { scrollTop: $(thisRow).next('tr').offset().top-topMargin }, 1000 ); } }); }); </script>
Online-surveys for every purse and purpose