- Posts: 22
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('ready pjax:scriptcomplete',function(){ if($('.container-fluid.welcome').length == 0 && $('#survey-grid').length > 0 && $('select#Survey_gsid').val() != 2) { $('select#Survey_gsid').val(2).closest('form').find('input[value="Search"]').trigger('click'); } });