You can multi select element ID’s like this:
$w("#element1, #element2, #element3").hide("fade", fadeOptions)
Just add all the elements you want to show and hide into the selector
You can multi select element ID’s like this:
$w("#element1, #element2, #element3").hide("fade", fadeOptions)
Just add all the elements you want to show and hide into the selector