I have this fantastic little plugin, but I need at least one name to be selected. I usually use jquery.validate. However, the validation plugin does not work in the field using tokeninput. Does anyone have an answer? As always, many thanks for your help.
$("#NewMessage").validate({ rules: { name: { required: true } } }); $("#name").tokenInput("lookup.cfc?method=getNames&returnFormat=json", { hintText: "Type in the name of recipient(s)", noResultsText: "No results", searchingText: "Searching..." })
source share