jquery 完整日历未在 Chrome 10 浏览器中加载

发布于 2024-10-26 19:03:44 字数 369 浏览 4 评论 0原文

我使用了 http://arshaw.com/fullcalendar/ 的 jquery 控件完整日历。我在检票口应用程序中使用了该控件,其中一个页面中有两个选项卡,一个选项卡中有一些文本字段,另一个选项卡中有此日历控件。

但现在对于我的本地服务器来说一切都很好。但是,当我在开发服务器上部署应用程序时,当我转到日历选项卡时,Chrome 和 Safari 中的日历第一次出现。但是,当我导航到另一个选项卡并再次返回时,日历就再也不会出现了。这对于 FF 和 IE 来说效果很好。

因为我在本地没有看到这个问题,所以没有任何线索。寻求帮助。

提前致谢。

I have used a jquery control full calendar from http://arshaw.com/fullcalendar/. I have used that control in a wicket application, where in one page there are two tabs, and in one tab there are some text-fields and in the other this calendar control.

But now for my local server everything is fine. But when I deploy my application on development server then, in Chrome and Safari calendar comes for the first time when i go to the calendar tab. But when I navigate to the other tab and come back again then calendar never comes again. This works fine for FF and IE.

Because I have not seen this issue locally thats why don't have any clue. Seeking help.

Thanks in advance.

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

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

发布评论

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

评论(1

寄居者 2024-11-02 19:03:44

Wicket 可能不知道日历控件。切换回日历页后,能否调用Javascript函数再次启用日历?这可能会解决问题。

集成 JQuery 和 Wicket 的最佳方法可能是 WiQuery,这可以防止出现这种情况之类的问题。这里的一般问题是 Wicket 管理状态,但客户端也有一些状态。这种状态需要以某种方式同步或管理。 WiQuery 解决了“状态”问题。

Wicket probably does not know about the calendar control. Can you call the Javascript function to enable the calendar again after you switch back to the calendar tab? That will probably solve the issue.

The best way to integrate JQuery and Wicket is probably WiQuery, which prevents this kind of problems. The general issue here is that Wicket manages state, but the client side also has some state. This state needs to be synced or managed somehow. WiQuery solved that 'state' problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文