Hello everyone!
I have some problem with Jquery Autocomplete plugin (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/)
I got it working, but if I add new input field through AJAX (all fields are the same) - it doesn't autocomplete it.
I think the problem is because of "$().ready(function(){...." I think it doesn't accept dynamically loaded elements.
Please give me some advice how I can manage with this.