preventdefault with jQuery.event.dispatch.apply code example Example: jquery preventdefault $("a").click(function(event){ event.preventDefault(); });