$("a").click(function(event){ event.preventDefault(); });
$("a").on("click", function(event) { event.preventDefault(); });