jQuery: click handler is not invoked when link is opened in new tab/window
- by glaz666
Hi!
I have noticed when user clicks on a link with, say middle button, or shift/ctrl+left button, click handler attached to hyperlink is not called.
I have seen solutions to track mousedown event, but what I'd like is to track exact event of following a link.
Are there any suggestions? Thanks