- Posts: 4
- 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() { $('#movenextbtn').hide(); }); </script>
Use $("#yourimage").loadBigred wrote: ...Got a few complaints that they didn't get to see the images before the page auto submitted. ...
$(document).ready(function() { $(".submit").hide(); $("#imageload").load(function() { window.setTimeout(function() { $('#movenextbtn').click(); }, 5000) }); });