how to aplly preventDefault on $().id in jquery code example Example: jquery preventdefault $("a").click(function(event){ event.preventDefault(); });