Just in case this would be useful for somebody else, I solved it by using live( type, fn ) event.
Regards On Oct 7, 9:46 pm, LReyesD <lreyes.dam...@gmail.com> wrote: > 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.