Hi, again.
I have managed to solve the issue adding this line:
latex = latex.replace(/\\/g,'\\\\');
before this one:
script.innerHTML = 'EqEditor.load(\''+(latex)+'\');';
Now it works OK. What do you think? Could it break other thing?
Regards.
Currently you need to be logged in to leave a message.