Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Hi Joget teams,

I tried to change the button's value using javascript as below using the HTML form element:

Code Block
langjavascript
<script language="text/javascript">
$(document).ready( function() {
$("#submit").val("Hantar");
$("#saveAsDraft").val("Simpan");
$("#saveAsDraft").remove();
$("#complete").val("Hantar");
} );
</script>

But there are no changes on the button's value. Attached is my system screenshot.