[jQuery] Auto-complete a new input dynamically added

[jQuery] Auto-complete a new input dynamically added


Hi,
I'm new to jQuery and I'm using the autocomplete pluggin. So far it
works great, but I wonder how I can autocomplete a newly input added
dynamically by innerHTML. It seems this new input element is not being
recognized as is not firing the event.
Thanks for any clue.