I\'ve created a Facebook style ajax search for my site where as you type it will bring up the results in a nice list below your search.
$(\"#s\").keyup(funct
Another option would be to start searching after 2/3 characters. Waiting for 1 second before making every request doesn't look good to me. Also try to send very less data back to server which might also make the request and response faster.