跟踪 Overlay 元素的打开

发布于 2024-08-18 18:13:22 字数 96 浏览 3 评论 0原文

我在页面上使用雅虎用户界面覆盖层,想知道是否有任何方法可以跟踪与其交互,即使只是知道它被打开了多少次。
通过单击图像来触发叠加。
我可以在此活动中添加一些内容吗?

I'm using a Yahoo User Interface Overlay on a page and wondered if there is any way to track interaction with it, if only to just know how many times it's been opened.
The overlay is triggered by clicking on an image.
Is there something I could add to this event?

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

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

发布评论

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

评论(1

腹黑女流氓 2024-08-25 18:13:22

您可以在 Overlay 上订阅名为 showEvent 的事件:
http://developer.yahoo.com/yui/docs/ YAHOO.widget.Module.html#event_showEvent
(Overlay继承Module)。

You could subscribe to the event called showEvent on your Overlay:
http://developer.yahoo.com/yui/docs/YAHOO.widget.Module.html#event_showEvent
(Overlay inherits Module).

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