views:

40

answers:

1

Hi all,

I am interested to develop a mathematics web forum. I have tried jsMath; it is a cool javascript library to render latex command on the client side. The rendered output is also beautiful because it can load tex font installed on the client computer.

However, I am wondering its security so I prefer to use jQuery library if this kind of feature is also available.

Is there a plan to develop a library like jsMath in jQuery?

Thank you in advance.

+2  A: 

You should be able to use both jQuery and jsMath in the same page/application. I don't see a need to reinvent jsMath as an extension of jQuery.

What security issues do you expect to come up with jsMath? With any javascript library there's the potential of security issues, but it depends greatly on your implementation.

calvinf