I am using jquery autocomplete (1.8) to fill tags just like explained in http://net.tutsplus.com/tutorials/javascript-ajax/how-to-use-the-jquery-ui-autocomplete-widget/.
What i need is after selection of LI item from drop down menu, that item should be removed from list.
In select section of autocomplete I tried to get current LI using diff method like
$(this).get(0).tagname //which return undefined
e.target.id //which return id of textfield to which autocomplete is bound