top of page

Show All

CODE:

$w.onReady(() => {

$w("Button").onClick(event => $w("#" + event.target.id).hide());

$w("#showAll").onClick(event => $w("Button").show());

})

FOOTER

bottom of page