- Posts: 73
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function() { // Replacement text string var replaceText = 'form'; // Modify the load-all button if($('#loadallbtn .ui-button-text').length > 0) { $('#loadallbtn .ui-button-text').text($('#loadallbtn .ui-button-text').html().replace(/survey/, replaceText)); } // Modify the clear-all button if($('#clearall .ui-button-text').length > 0) { $('#clearall .ui-button-text').text($('#clearall .ui-button-text').html().replace(/survey/, replaceText)); } });
arunicbe wrote: Version 2.05+ Build 150413
I checked with firebug console. There is no javascript errors / warnings.
Very strange.
tpartner wrote: I assume, in your personal settings, you have "HTML editor mode" set to "Default" or "Default".