Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在实现全日历,我想显示事件 onclick 的详细信息。从示例中我可以在单击或鼠标悬停时显示它,但是当我移动鼠标指针时框会消失。
我是 jquery 和 fullcalendar 的初学者。对上述问题的一些想法将非常有帮助。
谢谢
你应该阅读一些文档。
例如,qtip 支持“隐藏”(固定)选项,即使您将鼠标移出,也允许(如果设置为 TRUE)您的工具提示保持可见。
hide: { when: 'mouseout', fixed: true }
请参阅此 URL 以获取更多信息:
http://craigsworks.com/projects/qtip/docs/reference/#hide