Skip to content

Instantly share code, notes, and snippets.

@h0rn3t
Created October 30, 2014 09:08
Show Gist options
  • Save h0rn3t/137d9273540eb824bf7c to your computer and use it in GitHub Desktop.
Save h0rn3t/137d9273540eb824bf7c to your computer and use it in GitHub Desktop.
$("#foo")[0].selectize.addOption({
//id: 35,// I use IDs instead
name: "Some User",
score: 1
});
$("#foo")[0].selectize.addItem( 'Some User' ); // If using IDs it should be 35 instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment