Ask the community, share ideas, and connect with other LimeSurvey users!
Link?mr2jswe wrote: I have reported it to the Bugtracker just now. /J
<script type="text/javascript"> <!-- $(document).ready(function() { // Find a random number between 1 and 4 var randNumber = Math.floor(Math.random()*3 + 1); $('input#answer12739X218X3728').val(randNumber); checkconditions(randNumber,'12739X218X3728','text'); }) //--> </script>
$('#questionQQ').hide();
Tom, that might lead to lots of problems because to my knowledge, lots of users are usingTMSWhite wrote: It isn't adequate to just call:
Code:$('#questionQQ').hide();