- Posts: 14270
- Thank you received: 4349
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ $('#question{QID} input[type="radio"]').on('click', function() { $('#ls-button-submit').trigger('click'); }); });
Joffm wrote: Hi,
I put it into the question text (source code mode) and it works.
Joffm
$(document).on('ready pjax:scriptcomplete',function(){ $('.list-radio input[type="radio"]').on('click', function() { $('#ls-button-submit').trigger('click'); }); });
Can what be used? There are many script samples in this thread.Can this be used in Arrays?
Please explain exactly what you want to do and what you have tried.But this code hides all next, can you hide only one problem page's next?
I am displaying all questions on a single page and would like to automatically proceed to the next question