$.get("suggest.pl", {word: $(this).val()}, function(data){ alert(data); $("#myWord").empty(); $("#myWord").html(data); });