[jQuery] Re: autocomplete

2009-09-29 Thread Asa Carter
It's working :) $("#quick-search").autocomplete('/includes/search.php',{ width: 300, scroll: false, dataType: "json", parse: function(data){ return $.map(data, function(row){

[jQuery] autocomplete

2009-09-29 Thread Asa Carter
Hi My php is returning via json: a string (name) which is displayed in the text box an int (location_id) When the form is posted I would also like to post 'location_id' as well as / instead of 'name'. My js is below. what do I need to do to be able to post the location_id. $("#quick-s

[jQuery] Re: Autocomplete

2009-09-21 Thread Asa Carter
I suppose I could do that. thanks... On Sep 21, 3:31 pm, Liam Potter wrote: > why not restyle the strong tag? > > Asa Carter wrote: > > How do I use the highlight function in the auto complete plugin? > > > I wish to replace with > > > Thanks > > > Asa

[jQuery] Autocomplete

2009-09-21 Thread Asa Carter
How do I use the highlight function in the auto complete plugin? I wish to replace with Thanks Asa