简体   繁体   English

我可以在outclick事件之后进行TextBox验证吗?

[英]Can I do a TextBox Validation after an outclick event?

I have a javascript restricted calendar on a textbox, which prevents the user from selecting any more than 2 months prior. 我在文本框上有一个受JavaScript限制的日历,可防止用户选择超过2个月的时间。 If the user manually enters the date and not select from the calendar, they can get past it. 如果用户手动输入日期而不是从日历中选择日期,则可以跳过该日期。 How do I do a Validation on a outclick, or tab event to check my conditions? 如何对outclick或Tab事件进行验证以检查我的状况?

我认为onblur事件是您想要的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM