soundasleep/jquery-dropdown

wrong function name in documentation

mihaimetal opened this issue · 1 comments

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

Thanks for catching that.