jQuery日历
我在页面中使用 jquery 日历。我对所有日期使用了通用设置,例如出生日期、加入日期、结婚日期、订单日期等。现在我想为某些日期设置一些附加设置,例如出生日期不应采用未来值。所以我想使用常规设置和附加设置。我将常规设置保存在一个通用文件中。如何在每个页面中添加其他设置。 感谢您抽出时间。
i use jquery calendar in a page. i used a common settings for all the dates such as dob, date of join, married date, order date etc. Now i want to set some additional settings for some dates, such as dob should not take future value. So i want to use the general settings and additional seetings. I keep the general settings in a common file. How do I add additional settings in each page.
thanks for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要考虑验证插件。
它将为您提供 4 个新的验证:
您可以查看其工作原理的演示使用 jQuery DatePicker 此处(单击“验证”选项卡)。
You might want to consider the Validation plugin.
It will give you 4 new validations:
You can see a demonstration of how this will work with the jQuery DatePicker here (click the Validation tab).
使用以下代码...
Use the following code...