Re: AJAX Autocompletion Field

2010-02-16 Thread DrBloodmoney
I'll just point out that the jQuery Autocomplete plugin is included (will be included) in the next jQueryUI release. I think it's been pretty easy to hook into views On Feb 15, 2010 6:00 AM, "Massimiliano della Rovere" < massimiliano.dellarov...@gmail.com> wrote: I'd use http://dajaxproject.com/

Re: AJAX Autocompletion Field

2010-02-15 Thread Massimiliano della Rovere
I'd use http://dajaxproject.com/ On Sun, Feb 14, 2010 at 06:36, Margie Roginski wrote: > Hi Jon, > > I have used this very successfully: > > http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/ > > The demo is here: > > http://loopj.com/tokeninput/demo.html > > One thing

Re: AJAX Autocompletion Field

2010-02-13 Thread Margie Roginski
Hi Jon, I have used this very successfully: http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/ The demo is here: http://loopj.com/tokeninput/demo.html One thing that differentiates it from the jquery autocomplete package is that it allows you to specify multiple sele

Re: AJAX Autocompletion Field

2010-02-13 Thread Shawn Milochik
I don't know of any cons regarding jQuery, unless the others who you work with or communicate with all use something else. Here's a fully-working example (from which you can easily create yours). It's not exactly a tutorial, but it should be all you need. http://docs.jquery.com/Plugins/Autocomp

Re: AJAX Autocompletion Field

2010-02-13 Thread Sam Walters
There probably isnt a good whole tutorial. Which looks at the operation from client side to server side... You should read about writing your own autocomplete field in JS. And for server side look at writing a view which returns a JSON or list of options which corresponds with the JS / JS framework