[jQuery] Re: Tweaking Autocomplete 1.0 Alpha

2007-10-11 Thread Dan G. Switzer, II
Jörn, >Majid schrieb: >> Last word, I know this looks like a tall order, and I do not hope >> someone will make a complete working mod for me, but rather would very >> much appreciate helpful advise and directions. >> >I've added your usecase to my autocomplete todo list. Its definitely >possibl

[jQuery] Re: Tweaking Autocomplete 1.0 Alpha

2007-10-11 Thread Majid
Thanks Jörn, I hope you get to do that eventually, and meanwhile, I thought the wrapper code may be of use to someone out there. So here it is: $(document).ready(function() { $(".ac_input").attr({ disabled: "disabled" }); $.getScript("http://127.0.0.1/kg/js/jquery.autocomplete.js";, function()

[jQuery] Re: Tweaking Autocomplete 1.0 Alpha

2007-10-10 Thread Jörn Zaefferer
Majid schrieb: Last word, I know this looks like a tall order, and I do not hope someone will make a complete working mod for me, but rather would very much appreciate helpful advise and directions. I've added your usecase to my autocomplete todo list. Its definitely possible to support tha