How handle hook when I click in the user profile
-
I have to handle the click when in the user page I click on the menu:
What hook I must use? I first try with:
$(window).on('action:post.tools.load', function() {}});
but it doesn't work. Anyone can help me?
-
@Doppy there is no hook for that. Just listen to the click event.
Suggested Topics
Copyright © 2018 NodeBB | Contributors