- Posts: 958
- Thank you received: 227
Ask the community, share ideas, and connect with other LimeSurvey users!
// Fix width of columns $(this).find("col.ddarrayseparator").attr('width',"2%"); $(this).find("th.th-14").attr('width','50%'); $(this).find("th.th-15").attr('width','50%'); $("#question"+qID+" table.question tbody tr").each(...
var NewSelectElement = "<select id='"+idNewSelectFilter+"' class='form-control'><option value=''>"+$("#"+idSelectFilter+" option[value='']:first").text()+"</option></select>";