当用户单击表单上的“提交”时检测在文本区域中输入的关键字
使用 jQuery,当用户单击表单上的“提交”时,是否可以检测是否在文本区域中输入了一个关键字(或多个关键字)?
假设我输入“此文本中有一个关键字”。然后单击表单中的“提交”,是否可以显示一个简单的警报,告诉我我输入了这个特定的单词?
感谢您可以给我的任何信息。
using jQuery, is it possible to detect if a keyword (or multiple keywords) has been entered in a textarea when a user clicks submit on a form?
Say I type, "This text has a keyword in it." and click submit in the form, is it possible to display a simple alert that tells me that I typed this particular word?
Thanks for any info you can give me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这很容易
编辑:
您必须将此代码置于提交按钮触发的位置。如果这是您的表单
,那么您可以通过执行以下操作来触发它
yes it's easy
EDIT:
you have to put this code to be triggered by the submit button. if this is your form
then you can trigger it by doing this