测试粘贴到 Rails 中的字段中
在我的网页的注册页面上,我已禁用将任何文本粘贴(使用 JavaScript)到“电子邮件确认”字段中。我想创建一个测试来测试此功能。我有办法做到这一点吗?
$(document).ready(function () {
$('#email_confirmation').bind('paste', function (e) {
e.preventDefault();
});
});
On my web page's registration page, I have disabled pasting (with javascript) any text into the 'E-mail confirmation' field. I want to create a test to test this functionality. Is there a way for me to do this?
$(document).ready(function () {
$('#email_confirmation').bind('paste', function (e) {
e.preventDefault();
});
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论