I have an HTML element containing the MathJax init code, inside of Popup A.
It works once (with show / hide). On successive previews of the user’s LaTeX text, it shows the raw unrendered MathJax.
So I think I need to refresh the popup somehow, but Bubble doesn’t seem to have that action.
Please add it!
In the mean time, how can I work around this issue?
dan1
2
As it relates to workflow actions, a popup is a type of group. Given that, you can use the “reset a group’s data” action
Here’s a quick GIF that shows you to use the reset a group’s data. You can also use this in conjunction with “when a popup is closed”

Dan (creator of LearnTo - 120+ tutorials on Bubble + on-demand coaching)
That doesn’t work here. The data is updated fine. It’s that the javascript of the HTML needs to be run “again”.
If there were a MathJax tool we could use to fix this that would be awesome.
dan1
4
If that’s the case, can you make use of this plugin?
mishav
5
Try Run javascript:
MathJax.Hub.Queue(["Typeset",MathJax.Hub])
Or put the above in a HTML element, along with a dynamic expression that will refresh when the text to be rendered refreshes.
1 Like
system
Closed
6
This topic was automatically closed after 70 days. New replies are no longer allowed.