I tried following one:
----------------
In the request function after the line var data = cache.load(term); I
added the following:

        if (!data) {
                options.isEmpty(0);
        } else {
                options.isEmpty(data.length);
        }

And in my autocomplete code, I added the following:

        isEmpty: function(data) {
                if (data == 0) {
                        $("#result").html("No match found");
                }
        }

------------

but i am getting flicker effect, and most imp is if i type SPACE that
layer is getting invisible. it should not.

Can any one suggest me best option for this.

Jorn: Could you please look into that, please help me out.

Thanks

On Jun 22, 5:19 pm, tarave <arav...@yahoo.com> wrote:
> here is a 
> link...http://groups.google.com/group/jquery-en/browse_thread/thread/9011e7f...
>
> On Jun 22, 3:18 pm, tarave <arav...@yahoo.com> wrote:
>
> > I'm having the same problem today.  Looks like another person did too
> > and thier fix was to put a hack into the autocomplete plugin code.

Reply via email to