文本框的客户端验证
我有一个 asp.net 控件文本框,单击它会出现 jquery 时间选择器,用户可以选择任何时间。但我想验证所选时间,使其比客户端的当前时间大一小时。我的意思是,当文本框值发生更改时,应该对其进行验证。谁能帮助我如何做到这一点?
I have an asp.net control textbox, clicking on which a jquery timepicker appears and user can select any time.But I want to validate the selected time so that it is one hour greater than the current time in the client side. I mean when textbox value will be changed it should be validated. Can anyone help me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
客户端的选择进入的输入将有一个 id。做
The input that the client's selection goes into will have an id. Do