Is it possible to refresh or re-run javascript through HTML?

Hi,

I have a javascript I am running inside an HTML element; so in summary, when the page loads, that javascript will run.

What I want to do is run that again, but without using plugins…is it possible?

If I just create a dummy “state” on that HTML element, and just then change it’s value to anything different, will that “trigger” the javascript I have there?

Thanks in advance.

2 Likes

Yup. But you need to add it to the code:

Preview:
username
password
https://just4tests8.bubbleapps.io/version-test/html

Editor:

Got it! Thanks a lot @lottemint.md !

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.