[jQuery] Re: Auto-complete a new input dynamically added

2009-10-08 Thread LReyesD
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 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 autocomple

[jQuery] Auto-complete a new input dynamically added

2009-10-08 Thread LReyesD
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.