imankulov / asuggest

JQuery textarea suggestion library
61 stars 19 forks source link

rebind events in case asuggest is initialized twice on the same element #11

Closed braaam closed 10 years ago

braaam commented 10 years ago

Without rebinding events, multiple instances will be instantiated and multiple suggestion lists are loaded.

imankulov commented 10 years ago

@braaam , merged. Thanks for your fix.