- Posts: 28
- 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() { // Identify the questions var this = $('#Q1{ID}'); var nextQuestion = $(thisQuestion).next('div[id^="question"]'); if ($(this).is(':checked')) { $(this).(nextQuestion).hide(); } else{ $(this).(nextQuestion).show(); } }); </script>
Q1_SQ001 != 'Y'
// Identify the questions var this = $('#Q1{ID}');
Hi, this has nothing to do with the Manual. i just tried to fix the issue by writing my own Javascript code. Then i posted it here, so that someone could eventually show me what is wrong with that code (so thanks for your corrections), or propose a better way like tpartner did.DenisChenu wrote: But i want to know where Stan found this instructions
. Maybe some error in manual