[jQuery] jQuery Menu

2009-10-05 Thread DineshRao
Hi All, Can any one suggest me a best jQuery menu plug-in for the below requirements: 1. It should support Internationalization. 2. It should support Hot Keys.

[jQuery] Auto complete suggestion header

2008-09-02 Thread DineshRao
Hi, I have tried to added a header to my suggestion. When i freshly load the page and enter any text the suggestions are coming but the header is not coming, but when i delete the selection and enter the text again the new suggestions are coming with header. please find the code below for the ref

[jQuery] Re: Autocomplete data lookup from DB

2008-08-26 Thread DineshRao
list with each list item on a new > line or a space. > > eg. > > ITEM1 ITEM2 ITEM3 ... ... > > or > > ITEM1 > ITEM2 > ITEM3 > > On Aug 25, 11:16 pm, DineshRao <[EMAIL PROTECTED]> wrote: > > > I am trying to populate the autocomplete with list fetch

[jQuery] Autocomplete data lookup from DB

2008-08-25 Thread DineshRao
I am trying to populate the autocomplete with list fetched from DB (SQL server 2005), i am using ajax to do this. But, i am facing some problem in which format the list fetch from DB should be passed to the jquery.autocomplete.js By the by i am using Java and Jsp. I have tried to pass as string, a