- Posts: 14408
- Thank you received: 2602
Ask the community, share ideas, and connect with other LimeSurvey users!
$(function() { $(".question-container.accentsTidy .text-item > textarea").on("change", function() { $(".question-container.accentsTidyCopy .text-item > textarea").val(accentsTidy($(this).val())); }); });