Does jQuery have any tools I can use for request-throttling? Something similar to how auto complete works.
More specifically this is the kind of thing I'm trying to do:
**Customer entry:** First Name: J Last Name: Smi **Search results:** Joe Shmoe -edit button- John Smith -edit button- Jane Smith -edit button- Joe Smithers -edit button-
When a user types a anything in either of the boxes, I'd like to formulate the request myself, and then jQuery can decide when and if to send the request, and then I would provide the code for handling the response.