[jQuery] Re: how to get json or xml to be datasource of autocomplete

2008-08-25 Thread foxtrot
Hi again. Forgot to show the error I get from my initial code: $("").html(e.highlight(a, term)).addClass is not a function I will look more closely to your code GLP, altough I didn't understand it quite at the first glance :-)

[jQuery] Re: how to get json or xml to be datasource of autocomplete

2008-08-22 Thread GLP
Something like this could work (quick code scraps here) The html part: (This will give you an input box and a button next to it to do full lookups, once you start typing the onkeyup/onblur events will complete accordingly. ( the href here is how I designed buttons using text when hovered over