I have 
 
$('#JobQuery').keyup(function(){
$.post("/jobs/search/", $("#JobSearchForm").serialize());
}); 
 
So it acts as a live search function.
Inspect the browser activity and I can see the searches being performed. How
can I get the data in the response to load into a div?
 
Dave

Reply via email to