[jQuery] Re: autocomplete plugin with extraparams and onSelectItem

2009-02-24 Thread flanders
;     "location of remote page", >     { extraPArams: { var1: "foo" }}).result(function(a, data, b) { > >     data = "" + data; //Makes sure it's a string >     //Do something with selected value "data" > > }); > > so anytime s

[jQuery] Re: autocomplete plugin with extraparams and onSelectItem

2009-02-23 Thread flanders
assistance.de > > it does both extraParams and onSelectItem simultaneously > > On Feb 20, 10:08 am, flanders wrote: > > > Hello Group, > > > i need an Autocomplete Plugin for jQuery. The Plugin have to handle > > extraParams and a "onSelectItem". > > i

[jQuery] autocomplete plugin with extraparams and onSelectItem

2009-02-20 Thread flanders
Hello Group, i need an Autocomplete Plugin for jQuery. The Plugin have to handle extraParams and a "onSelectItem". i only found many plugins that can only handle extraParams OR onSelectItem! We have to build a Form like this: [country] [zip] [city] When coutry is selectet, the ajax have to give