Hi, I am using the jquery + $.post to create an auto-suggest feature. I wanted to know if there is a way to cancel previous post requests. For example this is how it is happening now..
User types in "*jquery*" so my app sends request for *j, jq, jqu, jque, jquer, jquery* .... and depending on which request is satisfied first it displays the result. i want that once the user types in *"jqu"* the app should abort the request for "*jq*". is that possible? that would be great help.. solving both inconsitency & time issue. -- Regards, Chintan D. Tank Graduate Student Department of Computer Science Indiana University, Bloomington. http://www.cs.indiana.edu/~cdtank/