Created
November 25, 2015 06:30
-
-
Save deepti-kakade/4320c3b2cc41549b8534 to your computer and use it in GitHub Desktop.
Token input code with ajax
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
$('#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