Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有很多用于输入的 jQuery Tag 插件,例如 jQuery Tag it、TagBox 等。
但在我的情况下,我会从用户那里得到一个电子邮件地址列表,所以它不需要任何自动完成等,但它需要接受有效电子邮件的条目,并用逗号分隔,所以如果我键入“blabla”,“blabla”不是有效的电子邮件地址,因此不应将其视为标签。显然不允许使用“空格”,因为电子邮件地址中没有空格。
对此有什么简单的建议吗?
问候,