It's working :)
$("#quick-search").autocomplete('/includes/search.php',{
width: 300,
scroll: false,
dataType: "json",
parse: function(data){
return $.map(data, function(row){
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
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
How do I use the highlight function in the auto complete plugin?
I wish to replace with
Thanks
Asa
4 matches
Mail list logo