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