top of page
Show All
CODE:
$w.onReady(() => {
$w("Button").onClick(event => $w("#" + event.target.id).hide());
$w("#showAll").onClick(event => $w("Button").show());
})
bottom of page
CODE:
$w.onReady(() => {
$w("Button").onClick(event => $w("#" + event.target.id).hide());
$w("#showAll").onClick(event => $w("Button").show());
})