[jQuery] Re: autocomplete: extra fields

2010-01-14 Thread Michael Lang
If you want the extraParams passed to your data url to include other form input values then you need to define the values as a function. In that function use jquery to get the values of the other inputs. $(#addressCity).autocomplete('http://www.example.com/api/ getcities/', {

[jQuery] jquery v1.3.2, [autocomplete] v1.0.2 - working but confused solution to json ajax data formatted

2009-12-31 Thread Michael Lang
I am currently using jquery 1.3.2, some jqueryui 1.7.2 (tabs, datepicker, resizeable), and Jörn Zaefferer's autocomplete plugin 1.0.2 (http://docs.jquery.com/Plugins/Autocomplete). All work together nicely. I've been working on getting my autocomplete inputs working properly. I started to make