Здравствуйте. Второй день изучаю...
$("#QuestForm").bind("keyup", show);
function show(){
response_ajax($.ajax({url:'/new.html',type:'GET',dataType:'html'}).responseText);
}
function response_ajax(response){
$("#QuickSearch").html("hello "+response);
}
В результате выводит
hello undefined