- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Qcode__SQY1_SQX1
$(document).on('ready pjax:scriptcomplete',function(){ var myArray = []; $('#question{QID} input:text').each(function(i) { myArray.push($(this).val()); }); console.log(myArray); });