dectect sifr 在页面上处于活动状态
我希望能够在页面加载后检查 sIFR 是否已激活,以便我可以进行其他调整 - 有点像设置 () 替代行为
由于 sIFR 已经在检查闪存是否存在,是否有一个简单的全局我可以参考标志,或者我应该查询 DOM 以查看是否已添加 sIFR 替换的类?
如果你可以在标志上进行测试,那就更优雅了;-)
I want to be able to check if sIFR has activated after the page has loaded so that I can then make other adjustments - sort of like setting up () alternate behaviours
Since sIFR is already checking for the existence of flash, is there an easy global flag I can refer to, or should I just query the DOM to see if the sIFR-replaced class has been added ?
It would be more elgegant if you could just test on a flag ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 sIFR 3,您可以检查
sIFR.isActive
。With sIFR 3, you can check for
sIFR.isActive
.