soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

wrong function name in documentation #85

Closed mihaimetal closed 9 years ago

mihaimetal commented 9 years ago

Here: http://labs.abeautifulsite.net/jquery-dropdown/ change $('#trigger').jq-dropdown('method', [value]); to $('#trigger').jqDropdown('method', [value]);

claviska commented 9 years ago

Thanks for catching that.