- Posts: 64
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Hide the "Next" button $('#movenextbtn').hide(); var vid = document.getElementById("myvideo"); vid.onended = function() { // Show the "Next" button $('#movenextbtn').show(); } }); </script>