$('#gowtf').click(function(){ alert('fffff'); $.ajax({ url: 'regwtf.php', cache: false, success: function(html){ alert('>'+html+'<'); } }); });