hi
I m using that jquery autocomplete library.
http://docs.jquery.com/Plugins/Autocomplete
It works fine.
I wanted to know how long cache will keep a suggestion for a
particular pattern.

Ex: Say I typed "d".After that there will be an Ajax request and a
suggestion list is displayed
   then matched list for "d " is cached.Which means if I delete the
first letter again and type d,It will not
generate ajax request.But I found out that , after typing some
letters, again if I type "d"  it ll cause an Ajax request.
This may because cache is flushed after certain period of time??


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to