[jQuery] Re: Select Issue

2009-03-12 Thread brightdad...@googlemail.com
I have added for each loop to supplement the return result from the php and it did the trick. On Mar 12, 1:23 pm, "brightdad...@googlemail.com" wrote: > I have gone through the autocomplete documentation and therefore > changed the code to look like this; > >             function selectItem(li)

[jQuery] Re: Select Issue

2009-03-12 Thread brightdad...@googlemail.com
I have gone through the autocomplete documentation and therefore changed the code to look like this; function selectItem(li) { findValue(li); } function findValue(li) { if( li == null ) return alert("No match!");