This is the best Javascript auto-complete control I've seen.
Update: This one looks pretty good too.
Update: I was running @supra with the FireBug console open and was noticing errors every time I typed a character. It turns out there's an error in the code, but ironically in the CSS, not the Javascript. One of the default styles has:
this.actb_hStyle = 'text-decoration:underline;font-weight="bold"';
But it should be:
this.actb_hStyle = 'text-decoration:underline;font-weight:bold';
Anyway, @id really does work excellently.
getElementsByClass function
http://pitfalls.wordpress.com/2008/07/07/querying-it-jquery-way-getelements...
maxgandalf: Jul 7, 5:50am