I have some input created dynamically in a web page and every input need an autocomplete options with ajax request. Every input have same class.
I created that for one input but when other inputs created by user the autocomplete not working for them.
I use something like below:
$('.class').autocomplete(options);
How can correct this problem?
autocomplete
on newly added element...