使用 jquery 或其他库形成提示
这是 jquery 的表单验证:
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
我需要类似的东西,但必须出现提示当我通过单击选择输入文本表单时,它必须消失,当我选择另一个输入文本表单时。
有没有办法用 jquery、mootools、scriptaculus 或任何其他库来做到这一点?
谢谢^_^
This is a form validation for jquery:
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
I need something like that but the tips has to appear when I select the input text form by clicking on it and has to dissapear when I select another input text form.
Is there a way to do this with jquery, mootools, scriptaculus or any other library ?
Thanks ^_^
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在jquery中,我会做这样的事情:
相应的html:
In jquery, I'd do something like this:
corresponding html: