I've got a question on Mathjax.
I'm attempting to include html input fields such as:
<input id="up" type="text">
within a tex equations.
For now, I tried a lot like:
$$ \frac{<input id="up" type="text"/>}{1} $$
This won't work at all. Is there a possibility to do so?