I don't see an call to SPAutocomplete in your code above, but can assume its there.
If you're doing a postback, then SPAutocomplete is going to simply reinitialize upon page reload. It doesn't know anything about your other code, of course.
SPAutocomplete is pretty basic, but gets the job done. If you want more control, look at jQueryUI's autocomplete.
M.
If you're doing a postback, then SPAutocomplete is going to simply reinitialize upon page reload. It doesn't know anything about your other code, of course.
SPAutocomplete is pretty basic, but gets the job done. If you want more control, look at jQueryUI's autocomplete.
M.