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
- [jQuery] POST GET help Dave Maharaj :: WidePixels.com
- [jQuery] Re: POST GET help Brett Ritter

