フォーラムは、replyPostedとPosteditedと呼ばれるカスタムJavaScriptイベントをトリガーします。イベントリスナーを使用して、イベントが発生したときに必要なアクションを実行できます。例:
document.addEventListener('postEdited', function(event) {
console.log(event);
});
フォーラムは、replyPostedとPosteditedと呼ばれるカスタムJavaScriptイベントをトリガーします。イベントリスナーを使用して、イベントが発生したときに必要なアクションを実行できます。例:
document.addEventListener('postEdited', function(event) {
console.log(event);
});
If you still need help, please contact us.