UI autocomplete UI
UI autocomplete UI
I am using JQuery auto-complete function on an input textbox. The feature displays a drop down menu using AJAX/JSON on input textbox. On some other webpage I am using the same function but wants to customise the the position of the drop down menu. I am using top and left parameters in a JS file. But, the changes are getting reflected in the other page as well. What should I do?