$(document).on("click", "a", function(e){
 e.preventDefault();
});
alert("hello");