$('.ajaxdel').on('click',function(e) { e.preventDefault(); $.get(this.href,function(data){ alert(data); location.reload() }); });