Hello guys,
I'm trying to implement a variant of the classic autocomplete but I
can't make it works.
Basically what I want is to show for each element that matches with
the written text the element name and a checkbox (having the element
id as a value).
For instance, if my table contains:

ID  | NAME
1   | Tom
2   | Timmy
3   | John
4   | Nick
5   | Theodora

When I digit 'T' on my textfield the div called "friends" should be
populated with

[] Tom
[] Timmy
[] Theodora



Can someone help me out with this? Any help is welcome.

thanks and have a nice day!


Sig



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to