$(this).event.preventDefault(); code example Example: jquery preventdefault $("a").click(function(event){ event.preventDefault(); });