Jquery 验证日期选择器

发布于 2024-11-30 19:27:26 字数 401 浏览 0 评论 0原文

我正在这个网站上工作:

我正在使用 Jquery calender 插件以及 Tabs 和 Jquery Validation.js。

它工作一切顺利,但如果您单击顶部的第二个选项卡,它将显示第一页的日历。例如,请点击 2.Promotion

由于 Start_date 是强制性的,Validation.js 会突出显示 Start_date,导致日历弹出。

我已经尝试过,但无法阻止这种情况的发生。你能建议一种方法来解决这个问题吗?

您可以在此处查看该网站。

重创

I'm working on this site:

I am using Jquery calender plugin along with Tabs and Jquery Validation.js.

It works all smoothly, but if you click on the second tab over on the top it shows the calender from the first page. For an example click 2.Promotion.

As Start_date is mandatory Validation.js highlights the Start_date causing calender to pop up.

I have tried but wasn't able to stop this from happening. Can you suggest a way to solve this?

You can view the site here.

Badly struck

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

潇烟暮雨 2024-12-07 19:27:26

快速修复;

单击选项卡 2 时隐藏日期选择器;

即点击 tab2:

document.getElementById("ui-datepicker-div").style.display='none';

Quick fix;

hide the date picker when tab 2 is clicked;

i.e on click of tab2:

document.getElementById("ui-datepicker-div").style.display='none';
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文