- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ $('.list-with-comment p.comment label').text('Your new label text here!'); });
Rony wrote: If I want to change each one of those labels, do you know if there is any way?
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('.list-with-comment p.comment label').text('TEXT FOR COMMENT BOX:'); }); </script>