jquery autocompele
jquery autocompele
i'm using jquery autocomplete. When focus shifts to anywhere from textbox(on tab press or mouse click), i need to select first matching value from the list of values returned by autocomplete method. for eg: if i typed "ana" and the list contains "Anant" then if i press tab or mouse click to anywhere then that "Anant" should be selected in my textbox. any idea??