[jQuery] Re: Autocomplete with ComboBox

2008-01-24 Thread Diego A.
There's no need for a new plugin. This is all down to your implementation. 1. Create the state autocomplete field. 2. Use the callback function to create the city autocomplete field (pointing to the list of cities of the selected state). Done :-) On Jan 24, 4:33 pm, Feijó [EMAIL PROTECTED]

[jQuery] Re: Autocomplete with ComboBox

2008-01-24 Thread Feijó
Damm, I was refering to Drupal Autocomplete solution. Totally forgot to mention. A single autocomplete is automatic within drupal form API. I need to extend that ability making the autocomplete sensitive to a combobox, using jquery off course. Anyone from this list did that? Feij Diego