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