http://jsfiddle.net/X47f5/1/html:\[code\]<a href="javascript:void(0);">test link</a>?\[/code\]javascript:\[code\]$('a').bind('click mouseup mousedown',function(e){ e.preventDefault(); return false;});?\[/code\]Is there any fix to prevent this behavior?In all other browsers it's working as intended.