[jQuery] Re: looking for advice on the best way to do this... autocomplete then fetch more data

2007-10-22 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] > This is actually pretty easy to accomplish. If you're only > passing back a > few pieces of information, you could pass the data back with the > autocomplete matches. The advantage of this is you don't have > t

[jQuery] Re: looking for advice on the best way to do this... autocomplete then fetch more data

2007-10-19 Thread Dan G. Switzer, II
Jim, >I've got an autocomplete field (based on Jörn Zaefferer's plugin) which >works great. > >I'm using it to grab a user from a database. > >What I need to do now is after the user selects their choice from the >dropdown - I need to return to the db and grab more info based on their >choice (ad