laktek / jQuery-Smart-Auto-Complete

AutoComplete plugin with smart defaults and flexibility to customize
http://laktek.com/2011/03/03/introducing-jquery-smart-autocomplete/
248 stars 34 forks source link

binding multiple elements #11

Open halissonvit opened 13 years ago

halissonvit commented 13 years ago

Problems trying binding multiple elements.

$('.produto').smartAutoComplete( {source: ['Apple', 'Banana', 'Orange', 'Mango'] });

This doesn't works

Sry my english xp

cviebrock commented 12 years ago

Any response on this?

I'd like to see support for this as well, and also binding so that if I duplicate a form field (e.g. with the Appendo plugin), the new field will function similarly but independently of the original.