$w.onReady(function () { $w('#collapseButton').onClick( (event) => { const $item = $w.at(event.context); if ($item('#minusSign').hidden) { $item('#placeCollapsibleBox').expand(); $item('#plusSign').hide(); $item('#minusSign').show(); } else { $item('#placeCollapsibleBox').collapse(); $item('#plusSign').show(); $item('#minusSign').hide(); } } ); });
top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
bottom of page