I'm using Mathjax to display equations in a web application done in PHP/Ajax. The equations are rendered correctly when the page is loaded first.In the same page, when user clicks a button, an ajax code works to fetch some data from database and display it on the same page.But, there the equations are not displaying correctly, instead the latex code is shown as such.But if i refresh the page, then the equations are rendered correctly.How can i solve this issue?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

See the MathJax documentation on modifying math on the page for details.

link|improve this answer
I got the solution from the given page.Thanks. – LS Developer Nov 19 '11 at 10:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.