-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Hooks
Misty (Bot) edited this page Sep 4, 2022
·
16661 revisions
Note: This page is autogenerated every time a new commit occurs in NodeBB. Do not make changes here or you will lose your information
For further information consult our documentation on how to build plugins.
On the client-facing side, NodeBB fires off events and executes any handlers bound to the window
object.
To attach a listener, do the following:
$(window).on('action:ajaxify.end', function(event, data) {
console.log(data); // to inspect what is passed back by NodeBB
});
This page was generated on Sun, 04 Sep 2022 16:59:13 GMT Total Hooks: 469