Using jqMath, you can use \ html to insert html inside math expressions, like in
\[y = ax^\html'<input type="text" size=1>'+bx+c\]
This leads to the following expression displayed to the user with html input before the first +
y = ax [actual input here] + bx + c
So, is it possible to achieve the same result with MathJax?
source share