I am using this autocomplete plugin. My problem was how to unbind and bind new one.
Please check this sample code: Fiddle
When I select any element in auto suggestion I need to call that autocomplete function again but here my problem is coming as twice. I am unable to unbinds
I try with unautocomplete, unbind and destroy but its not working.
I hope this helps: http://jsfiddle.net/DdqCu/3/
I’ve added
$("#testid").unbind();to the onSelect handler.