- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ var clearallText = 'Some new button text'; $('input.clearall').attr('value', clearallText); });
$(document).ready(function(){ var previousText = 'Some new button text'; $('#moveprevbtn .ui-button-text').text(previousText); });