Skip to content

Instantly share code, notes, and snippets.

@deepti-kakade
Created November 25, 2015 06:30
Show Gist options
  • Save deepti-kakade/4320c3b2cc41549b8534 to your computer and use it in GitHub Desktop.
Save deepti-kakade/4320c3b2cc41549b8534 to your computer and use it in GitHub Desktop.
Token input code with ajax
$('#select-me').tokenInput("/prospects/get_associated_leads", {
searchingText: "Searching...",
minChars: 3,
preventDuplicates: true,
theme: "facebook",
tokenLimit: 3
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment