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)
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!");
2 matches
Mail list logo