如何检测 mathjax 何时完全加载?
无论如何,有没有办法确定 mathjax 何时完全加载来处理数学。我需要在 mathjax 完全加载之前隐藏我的数学方程并同时显示“正在加载”消息。
Is there anyway to identify when the mathjax is fully loaded to process mathematics. I need to hide my mathematics equations before mathjax is fully loaded and show 'loading' message in mean time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不完全确定
pageReady
回调何时被调用,但我当前的解决方案是:I'm not totally sure when the
pageReady
callback is called, but my current solution is:如果您加载了 Jquery,则可以使用 getScript()
If you have Jquery loaded you can use getScript()
对于那些可能正在寻找答案的人,这是我从 Mathjax 开发人员那里得到的回复
谢谢大卫
For those who might be looking for the answer, this is the response i got from Mathjax developer
Thanks David