我在项目中使用了Mathjax.js和Zend 2。 实际上我想显示已经提交的问题和预览存储在
中<mathJx>`\vec{F} = \frac{d \vec{p}}{dt} = m \frac{d \vec{v}}{dt} = m \vec{a}`</mathJx>
弹出窗口中显示的显示,仅在第一次(重新加载页面后)时正确显示预览但在此之后它在控制台中显示错误而未显示预览而不是我存储的字符串。
**Error in console:**
jquery.min.js:4 Uncaught ReferenceError: MathJax is not defined
at eval (eval at <anonymous> (jquery.min.js:2), <anonymous>:85:20)
at eval (<anonymous>)
at jquery.min.js:2
at Function.globalEval (jquery.min.js:2)
at text script (jquery.min.js:4)
at Qc (jquery.min.js:4)
at x (jquery.min.js:4)
at b (jquery.min.js:4)
at Object.send (jquery.min.js:4)
at Function.ajax (jquery.min.js:4)
请帮忙!提前谢谢。