wrong function name in documentation
mihaimetal opened this issue · 1 comments
mihaimetal commented
Here: http://labs.abeautifulsite.net/jquery-dropdown/
change
$('#trigger').jq-dropdown('method', [value]);
to
$('#trigger').jqDropdown('method', [value]);
claviska commented
Thanks for catching that.