- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Verstecke die Entscheidungstabelle $('#tableDiv').hide(); setTimeout(function () { // Zeige die Entscheidungstabelle $('#tableDiv').show() }, 10000); // Nach 10 Sekunden, Wert ist in Millisekunden }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.