Skip to content

Instantly share code, notes, and snippets.

@jcxplorer
Created May 22, 2012 08:37
Show Gist options
  • Save jcxplorer/2767630 to your computer and use it in GitHub Desktop.
Save jcxplorer/2767630 to your computer and use it in GitHub Desktop.
TenFarms.Views.Search = Backbone.View.extend({
initialize: function() {
this.$("input[type='text']").autocomplete({
appendTo: this.$(".dropdown"),
source: this._source
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment