Forum Discussion
Borg_Cube
8 months agoCommunity Member
Working with Javascript triggers - how to find button ID's and Classes (States)?
Hi,
I have a JS-script which should change the state of a button when a user enters a certain code into a text-entry field.
However, I'm unable to find the ID and classes of the button anywhere....
SharonGoza-f625
6 months agoCommunity Member
Thank you. What about making something visible again? I tried using
myElement.classList.add("visible")
But it doesn't do anything even though I see the css class in your above list.