Skip to content

Instantly share code, notes, and snippets.

@yogoeasy
Created April 11, 2017 09:44
Show Gist options
  • Save yogoeasy/38d5792f58007d55f20e602870d00436 to your computer and use it in GitHub Desktop.
Save yogoeasy/38d5792f58007d55f20e602870d00436 to your computer and use it in GitHub Desktop.
修改Divi主題連絡表單送出按鈕的文字
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("button.et_pb_contact_submit").text('送出');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment