Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.