[jQuery] Re: Autocomplete plugin - customization

2009-09-14 Thread alexbodn . groups

if i understand you correctly, using the result trigger (google for it) may do 
the whole job.

On Mon, Sep 14, 2009 at 11:27, Althalos  wrote:


Hi
I'm trying to make a custom hack to the autocomplete plugin. I want it
so that when you select a suggestion I can separate the data in that
suggestion and insert parts of it into four different elements.

I'll use split to get the data into an array and then use the Val
function to set the values of the elements, but what is the easiest
way to customize theplugon like this? Can I do this wihout editing the
plugn itself?




--
alex



smime.p7s
Description: S/MIME Cryptographic Signature


[jQuery] Re: Autocomplete plugin - customization

2009-09-14 Thread Dhruva Sagar
Hi,
Which autocomplete plugin are you using ?

Thanks & Regards,
Dhruva Sagar.


Mike Ditka   -
"If God had wanted man to play soccer, he wouldn't have given us arms."

On Mon, Sep 14, 2009 at 1:57 PM, Althalos  wrote:

>
> Hi
> I'm trying to make a custom hack to the autocomplete plugin. I want it
> so that when you select a suggestion I can separate the data in that
> suggestion and insert parts of it into four different elements.
>
> I'll use split to get the data into an array and then use the Val
> function to set the values of the elements, but what is the easiest
> way to customize theplugon like this? Can I do this wihout editing the
> plugn itself?