I am new to jquery and I was assigned to filter out the list once the item is already selected. There are 3 textboxes that uses the autocomplete.
source: apple, orange, mango
textbox 1 = apple textbox 2 = apple should be filtered out in the list. it should only display orange and mango.
I was able to filter the source but the list still display the item. But the source gets updated once I refresh the page. I have found this question, here's a link but in my case instead of adding, i wanted to filter it out.
Any help is appreciated.
Thanks! Zel