- Posts: 10241
- Thank you received: 3644
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#movenextbtn, #movesubmitbtn').hide(); if($('input.radio:checked').length == $('.radio-list').length) { $('#movenextbtn, #movesubmitbtn').show(); } $('input.radio').bind('click', function(e) { if($('input.radio:checked').length == $('.radio-list').length) { $('#movenextbtn, #movesubmitbtn').show(); } }); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Initially disable the Next/Submit button $('#movenextbtn').hide (); $('hidden.radio[value="Y"]').click(function(){ $('#movenextbtn').show }); });</script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#movenextbtn, #movesubmitbtn').hide(); if($('#answer11111X22X33A1').is(':checked')) { $('#movenextbtn, #movesubmitbtn').show(); } }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#movenextbtn').hide(); if(($('#answer858668X1964X50571').val() - $('#answer858668X1964X50572').val()) >5')) { $('#movenextbtn').show(); } }); </script>