top of page

Forum Posts

berren
Aug 14, 2019
In Coding with Velo
I am new to coding, and have created some basic code to show and hide text when hovering over a button. The code works fine when i test the url, but if I click the button and go back to the home page and then return to that same page, the button disappears. The text that should be hidden has also stayed? Im not sure what I'm doing wrong here, so if anyone can help that would be awesome! Here is the code and I have attached a video example: export function allproductsButtonnew_mouseIn(event) {     $w('#allproductTEXT').show(); } export function allproductsButtonnew_mouseOut(event) {     $w('#allproductTEXT').hide(); }
Button Won't show up on load!? content media
0
2
24

berren

More actions
bottom of page