We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
问题解决了么?
Sorry, something went wrong.
var atwho_cache = {}; $('#work').atwho({ at: '@', displayTpl: "<li data-value='${empname}[${empnum}]'>${empname}[${empnum}]</li>", insertTpl: "@${empname}[${empnum}]", searchKey: "empname", limit: 7, callbacks: { remoteFilter: function (query, callback) { if (atwho_cache[query] === undefined) { $.getJSON(CFG.site_url + 'search/empinfo', {empname: query}, function (data) { atwho_cache[query] = data; callback(data); }); } else { callback(atwho_cache[query]); } } } });
请问你的问题解决了吗?我看你的问题好像也是我现在遇到的问题。我需要实现输入汉字和输入拼音都能他暗处匹配的列表,现在只是输入汉字可以,输入拼音不行。不知道你解决没,能不能给我点建议!
No branches or pull requests
The text was updated successfully, but these errors were encountered: