Created
October 30, 2014 09:08
-
-
Save h0rn3t/137d9273540eb824bf7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#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