I have multiple button on a page. i’ve tried using this code for each button but when selecting the second button the first and second text shows up. How would I be to select the second button and the first button text wont appear?
export function iconButton2_click ( event ) {
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
// Add your code for this event here:
$w ( ‘#text185’ ). show ( ‘’ );
}
export function iconButton4_click ( event ) {
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
// Add your code for this event here:
$w ( ‘#text186’ ). show ( ‘’ );
}