forked from NodeBB/NodeBB
-
Notifications
You must be signed in to change notification settings - Fork 1
Hooks
psychobunny edited this page Sep 6, 2015
·
1496 revisions
Note: This page is autogenerated everytime 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, 06 Sep 2015 04:49:56 GMT Total Hooks: 193
@ZJU Shaonian Biancheng Tuan, aka http://snbct.org