will there be a jsMath-like library or plugins in jQuery? -


I am interested in developing a math web forum. I have tried JSMath; This is a great JavaScript library for rendering latex commands on the client side. The rendered output is also beautiful because the tex fonts can be installed on the client computer.

However, I am thinking of its security, so I like to use such a feature as well as using jQuery's library.

Is there a plan for developing a library like jsMath in jQuery?

Thank you in advance.

You should be able to use both in one page / app and jsMath to jQuery extension There is no need to change as.

What do you expect to come up with JsMath for security issues? There is a possibility of security issues with any JavaScript library, but it depends very much on your implementation.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -