contact@psychic-artist.com
function fff(){ alert(1); return false; } $(document).ready(function(){ $("#yes" ).click(function(){ $("#yes").hide(); $("#no").hide(); $(".help-info").text("Thank you for your opinion!"); }); $("#no" ).click(function(){ $("#yes").hide(); $("#no").hide(); $(".help-info").text("Thank you for your opinion!"); }); });