For some reason, I got the following:
$('a').bind('vclick click',function(e){
e.preventDefault();
})
Without e.preventDefault (), the event fires twice. However, it only fires once (but it fires)
This is similar to what you stated, but could be more comprehensive.
source
share