Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 8, 2011 05:09
Show Gist options
  • Select an option

  • Save meltzerj/909329 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/909329 to your computer and use it in GitHub Desktop.
.data( "autocomplete" )._renderItem = function( ul, item ) {
return $( "<li></li>" )
.data( "item.autocomplete", item )
.append( "<a>" + item.topic.name + "</a>" )
.appendTo( ul );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment