我只是尝试了一下,使用 asp.net 页面输出 JSON (来自搜索参数)真的很容易实现
然后只需要几行 Javascript 代码就可以创建它(以及设置)
$(document).ready(function() {
$("#Users").tokenInput("../Services/Job/UnassignedUsers.aspx?p=<%= projectID %>&j=<%= jobID %>", {
hintText: "Begin typing the user name of the person you wish to assign.",
noResultsText: "No results",
searchingText: "Searching..."
});
});