[jQuery] Re: Autocomplete - Is there a way?

2009-11-08 Thread MorningZ
Ah, local data on the page... no idea, sorry On Nov 8, 5:10 pm, cdukes77 wrote: > Exactly ... the questions is how ... here;s the autocomplete script > I'm using - I cannot see any way to add a list item that is outside of > the loop AND part of the return ... > >         $(document).ready(func

[jQuery] Re: Autocomplete - Is there a way?

2009-11-08 Thread cdukes77
Exactly ... the questions is how ... here;s the autocomplete script I'm using - I cannot see any way to add a list item that is outside of the loop AND part of the return ... $(document).ready(function() { $("#searchName").autocomplete(data, { matchContains: tru

[jQuery] Re: Autocomplete - Is there a way?

2009-11-08 Thread MorningZ
> What I'm trying to figure out how to do - is to have an "Add New" > option in the Autocomplete list that shows (at the top or bottom of > the autocomplete list) as a selectable option, regardless of what the > user is searching for. Well, if you have the plugin working, then you obviously have t