Skip to content

Instantly share code, notes, and snippets.

@palexander
Created February 27, 2010 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palexander/316592 to your computer and use it in GitHub Desktop.
Save palexander/316592 to your computer and use it in GitHub Desktop.
jQuery("#autocomplete").autocomplete(data, {
onFindValue: jumpToValue,
onItemSelect: jumpToSelect,
formatItem: formatItem
footer: '<div style="color: grey; font-size: 8pt; font-family: Verdana; padding: .8em .5em .3em;">Results provided by <a style="color: grey;" href="http://bioportal.bioontology.org">NCBO BioPortal</a></div>',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment