[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-18 Thread Mike Nichols
I Have an plugin called 'cascade' that does this using templating very easily here http://plugins.jquery.com/project/cascade or consider the very lightweight autocomplete here http://plugins.jquery.com/project/jq-autocomplete which also uses the templating plugin. I hopped to this autocomplete fo

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Shawn
Check out the "result" method the autocomplete makes available: http://docs.jquery.com/Plugins/Autocomplete/result#handler The "data" parameter represents the raw data array. OR, you may need to set up the "formatResult" parameter when initializing the autocomplete (or via the setOptions() me

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Adam
Ok, that's a great article but not exactly what I need. I don't need to modify the results of the select (yet) but I need to modify the output of the results: a mulit-dimensional array that would need to be looped and shown. It might require a whole script entirely, but there's just too much good

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Adam
I'm using Jorn's autocomplete ver 1.0.1. I'll check out your article and let you know if it points me in the right direction, thanks. On Jun 17, 2:59 pm, Shawn <[EMAIL PROTECTED]> wrote: > Which autocomplete are you using?  Which version? > > Not meaning to do a shameless plug, but I wrote a blog

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Shawn
Which autocomplete are you using? Which version? Not meaning to do a shameless plug, but I wrote a blog article that covered using database IDs with Jorn's autocomplete. http://grover.open2space.com/node/190 This was back in December, so might be a little dated. But I believe what you are