使用网页上的选项卡
我在我的网站上使用 zapatec 选项卡。 我想在加载选项卡时触发一些 javascript 函数。 由于 window.onload 不起作用,我该怎么办? 有一个主页上添加了选项卡,这就是为什么在加载选项卡时该页面已经加载的原因。 提前致谢, 问候理查德。
I am using zapatec tabs on my website. There are some javascript function which I want triggered when tab is loading. How do I go about it since the window.onload is not working. There is one main page on which the tabs are added and that is why the page is already loaded by the time the tabs are being loaded.
Thanks in advance,
Regards Richard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我能够找到的 Zapatec 文档,有有两个事件可供您使用,具体取决于您想要执行函数的确切时间:
onBeforeTabChange:
onTabChange
According to the Zapatec documentation I was able to find, there are two events available to you, depending on when exactly you want to execute your functions:
onBeforeTabChange:
onTabChange