- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ if($('#tokenmessage').length > 0 && $('input#token').length > 0) { $('#tokenmessage').html('Some new token input text.<br />And, some more text on a new line.'); $('label[for="token"]').html('New label for the input:'); } });