[jQuery] Autocomplete Question
For those using Dan Switzer autocomplete module based on Dylan
Verheul's plug-in, how do the db calls work once a connection is
opened with the ajax option? For instance, if I set the minChars:2 and
type in Jo, it queries all cities that start with Jo. But what happens
as I contitue to type? Is Joh a new db call? And then Johns, another
call, and so on? Or is the initial call stored in chache?